Html Css Color HEX #38614D Plantation

📋 copy color: '#38614D'

red 56 ◦ green 97 ◦ blue 77

#38614D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #38614D

Tints of Plantation #38614D

RGB

 RED value IS 56 (22.27% from 255) = 24.35%

 GREEN value IS 97 (38.28% from 255) = 42.17%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 24.35%
G = 42.17%
B = 33.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38614D (or 0x38614D) is known color: Plantation. HEX triplet: 38, 61 and 4D. RGB value is (56,97,77). Sum of RGB (Red+Green+Blue) = 56+97+77=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #38614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38614D is #C79EB2. Grayscale: #525252. Windows color (decimal): -13082291 or 5071160. OLE color: 5071160.

HSL color Cylindrical-coordinate representation of color #38614D: hue angle of 150.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38614D is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 77 -
CMYK 0.42 0 0.21 0.62
HSL 150.73º 0.27% 0.3% -
HSV(B) 150.73º 0.42% 0.38% -
XYZ 7.25 9.93 8.56 -
YUV 82.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 56 97 77 0.42 0 0.21 0.62 150.73 0.27 0.3
Hex 38 61 4D 2A 0 15 3E 97 1B 1E
Octal 70 141 115 52 0 25 76 227 33 36
Binary 111000 1100001 1001101 101010 0 10101 111110 10010111 11011 11110

Color Harmonies of #38614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38614D

Black with #38614D

Text Example


Text Example

White with #38614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38614D; }

 p { color: rgb(56,97,77); }

 H1.HeaderClassName
 {
   color: #38614D;
 }
 .AnyTagClassName
 {
   color: #38614D;
 }
</style>

background-color css

<style>
 a { background-color: #38614D; }

 a { background-color: rgb(56,97,77); }

 div.DivClassName
 {
   background-color: #38614D;
 }
 .BgClassName
 {
   background-color: #38614D;
 }
</style>

border-color css

<style>
 span { border-color: #38614D; }

 span { border-color: rgb(56,97,77); }

 td.TdClassName
 {
   border-color: #38614D;
 }
 .TagClassName
 {
   border-color: #38614D;
 }
</style>