Html Css Color HEX #395636 Green House

📋 copy color: '#395636'

red 57 ◦ green 86 ◦ blue 54

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

Shades of Green House #395636

Tints of Green House #395636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.65%

 BLUE value IS 54 (21.48% from 255) = 27.41%

R = 28.93%
G = 43.65%
B = 27.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#395636 (or 0x395636) is known color: Green House. HEX triplet: 39, 56 and 36. RGB value is (57,86,54). Sum of RGB (Red+Green+Blue) = 57+86+54=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #395636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395636 is #C6A9C9. Grayscale: #494949. Windows color (decimal): -13019594 or 3561017. OLE color: 3561017.

HSL color Cylindrical-coordinate representation of color #395636: hue angle of 114.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395636 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 54 -
CMYK 0.34 0 0.37 0.66
HSL 114.38º 0.23% 0.27% -
HSV(B) 114.38º 0.37% 0.34% -
XYZ 5.68 7.79 4.69 -
YUV 73.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 57 86 54 0.34 0 0.37 0.66 114.38 0.23 0.27
Hex 39 56 36 22 0 25 42 72 17 1B
Octal 71 126 66 42 0 45 102 162 27 33
Binary 111001 1010110 110110 100010 0 100101 1000010 1110010 10111 11011

Color Harmonies of #395636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395636

Black with #395636

Text Example


Text Example

White with #395636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395636; }

 p { color: rgb(57,86,54); }

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

background-color css

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

 a { background-color: rgb(57,86,54); }

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

border-color css

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

 span { border-color: rgb(57,86,54); }

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