Html Css Color HEX #395E47 Plantation

📋 copy color: '#395E47'

red 57 ◦ green 94 ◦ blue 71

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

Shades of Plantation #395E47

Tints of Plantation #395E47

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

 BLUE value IS 71 (28.13% from 255) = 31.98%

R = 25.68%
G = 42.34%
B = 31.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#395E47 (or 0x395E47) is known color: Plantation. HEX triplet: 39, 5E and 47. RGB value is (57,94,71). Sum of RGB (Red+Green+Blue) = 57+94+71=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #395E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E47 is #C6A1B8. Grayscale: #505050. Windows color (decimal): -13017529 or 4677177. OLE color: 4677177.

HSL color Cylindrical-coordinate representation of color #395E47: hue angle of 142.7º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E47 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 94 71 -
CMYK 0.39 0 0.24 0.63
HSL 142.7º 0.25% 0.3% -
HSV(B) 142.7º 0.39% 0.37% -
XYZ 6.83 9.33 7.4 -
YUV 80.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 57 94 71 0.39 0 0.24 0.63 142.7 0.25 0.3
Hex 39 5E 47 27 0 18 3F 8F 19 1E
Octal 71 136 107 47 0 30 77 217 31 36
Binary 111001 1011110 1000111 100111 0 11000 111111 10001111 11001 11110

Color Harmonies of #395E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E47

Black with #395E47

Text Example


Text Example

White with #395E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395E47; }

 p { color: rgb(57,94,71); }

 H1.HeaderClassName
 {
   color: #395E47;
 }
 .AnyTagClassName
 {
   color: #395E47;
 }
</style>

background-color css

<style>
 a { background-color: #395E47; }

 a { background-color: rgb(57,94,71); }

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

border-color css

<style>
 span { border-color: #395E47; }

 span { border-color: rgb(57,94,71); }

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