Html Css Color HEX #394C42 Plantation

📋 copy color: '#394C42'

red 57 ◦ green 76 ◦ blue 66

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

Shades of Plantation #394C42

Tints of Plantation #394C42

RGB

 RED value IS 57 (22.66% from 255) = 28.64%

 GREEN value IS 76 (30.08% from 255) = 38.19%

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 28.64%
G = 38.19%
B = 33.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#394C42 (or 0x394C42) is known color: Plantation. HEX triplet: 39, 4C and 42. RGB value is (57,76,66). Sum of RGB (Red+Green+Blue) = 57+76+66=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #394C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C42 is #C6B3BD. Grayscale: #454545. Windows color (decimal): -13022142 or 4344889. OLE color: 4344889.

HSL color Cylindrical-coordinate representation of color #394C42: hue angle of 148.42º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C42 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 66 -
CMYK 0.25 0 0.13 0.70
HSL 148.42º 0.14% 0.26% -
HSV(B) 148.42º 0.25% 0.3% -
XYZ 5.26 6.43 6.12 -
YUV 69.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 57 76 66 0.25 0 0.13 0.70 148.42 0.14 0.26
Hex 39 4C 42 19 0 D 46 94 E 1A
Octal 71 114 102 31 0 15 106 224 16 32
Binary 111001 1001100 1000010 11001 0 1101 1000110 10010100 1110 11010

Color Harmonies of #394C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C42

Black with #394C42

Text Example


Text Example

White with #394C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C42; }

 p { color: rgb(57,76,66); }

 H1.HeaderClassName
 {
   color: #394C42;
 }
 .AnyTagClassName
 {
   color: #394C42;
 }
</style>

background-color css

<style>
 a { background-color: #394C42; }

 a { background-color: rgb(57,76,66); }

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

border-color css

<style>
 span { border-color: #394C42; }

 span { border-color: rgb(57,76,66); }

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