Html Css Color HEX #396824 Green House

📋 copy color: '#396824'

red 57 ◦ green 104 ◦ blue 36

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

Shades of Green House #396824

Tints of Green House #396824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.79%

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 28.93%
G = 52.79%
B = 18.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#396824 (or 0x396824) is known color: Green House. HEX triplet: 39, 68 and 24. RGB value is (57,104,36). Sum of RGB (Red+Green+Blue) = 57+104+36=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #396824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396824 is #C697DB. Grayscale: #525252. Windows color (decimal): -13015004 or 2385977. OLE color: 2385977.

HSL color Cylindrical-coordinate representation of color #396824: hue angle of 101.47º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396824 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 36 -
CMYK 0.45 0 0.65 0.59
HSL 101.47º 0.49% 0.27% -
HSV(B) 101.47º 0.65% 0.41% -
XYZ 6.96 10.9 3.41 -
YUV 82.2 101.93 110.03 -
System Red Green Blue C M Y K H S L
Decimal 57 104 36 0.45 0 0.65 0.59 101.47 0.49 0.27
Hex 39 68 24 2D 0 41 3B 65 31 1B
Octal 71 150 44 55 0 101 73 145 61 33
Binary 111001 1101000 100100 101101 0 1000001 111011 1100101 110001 11011

Color Harmonies of #396824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396824

Black with #396824

Text Example


Text Example

White with #396824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396824; }

 p { color: rgb(57,104,36); }

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

background-color css

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

 a { background-color: rgb(57,104,36); }

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

border-color css

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

 span { border-color: rgb(57,104,36); }

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