Html Css Color HEX #396031 Green House

📋 copy color: '#396031'

red 57 ◦ green 96 ◦ blue 49

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

Shades of Green House #396031

Tints of Green House #396031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 28.22%
G = 47.52%
B = 24.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#396031 (or 0x396031) is known color: Green House. HEX triplet: 39, 60 and 31. RGB value is (57,96,49). Sum of RGB (Red+Green+Blue) = 57+96+49=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #396031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396031 is #C69FCE. Grayscale: #4F4F4F. Windows color (decimal): -13017039 or 3235897. OLE color: 3235897.

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

Color convert

RGB 57 96 49 -
CMYK 0.41 0 0.49 0.62
HSL 109.79º 0.32% 0.28% -
HSV(B) 109.79º 0.49% 0.38% -
XYZ 6.42 9.46 4.39 -
YUV 78.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 57 96 49 0.41 0 0.49 0.62 109.79 0.32 0.28
Hex 39 60 31 29 0 31 3E 6E 20 1C
Octal 71 140 61 51 0 61 76 156 40 34
Binary 111001 1100000 110001 101001 0 110001 111110 1101110 100000 11100

Color Harmonies of #396031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396031

Black with #396031

Text Example


Text Example

White with #396031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396031; }

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

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

background-color css

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

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

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

border-color css

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

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

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