Html Css Color HEX #396027 Green House

📋 copy color: '#396027'

red 57 ◦ green 96 ◦ blue 39

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

Shades of Green House #396027

Tints of Green House #396027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 29.69%
G = 50%
B = 20.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#396027 (or 0x396027) is known color: Green House. HEX triplet: 39, 60 and 27. RGB value is (57,96,39). Sum of RGB (Red+Green+Blue) = 57+96+39=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #396027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396027 is #C69FD8. Grayscale: #4E4E4E. Windows color (decimal): -13017049 or 2580537. OLE color: 2580537.

HSL color Cylindrical-coordinate representation of color #396027: hue angle of 101.05º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396027 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 39 -
CMYK 0.41 0 0.59 0.62
HSL 101.05º 0.42% 0.26% -
HSV(B) 101.05º 0.59% 0.38% -
XYZ 6.24 9.38 3.4 -
YUV 77.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 57 96 39 0.41 0 0.59 0.62 101.05 0.42 0.26
Hex 39 60 27 29 0 3B 3E 65 2A 1A
Octal 71 140 47 51 0 73 76 145 52 32
Binary 111001 1100000 100111 101001 0 111011 111110 1100101 101010 11010

Color Harmonies of #396027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396027

Black with #396027

Text Example


Text Example

White with #396027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396027; }

 p { color: rgb(57,96,39); }

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

background-color css

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

 a { background-color: rgb(57,96,39); }

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

border-color css

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

 span { border-color: rgb(57,96,39); }

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