Html Css Color HEX #396529 Green House

📋 copy color: '#396529'

red 57 ◦ green 101 ◦ blue 41

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

Shades of Green House #396529

Tints of Green House #396529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.75%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 28.64%
G = 50.75%
B = 20.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#396529 (or 0x396529) is known color: Green House. HEX triplet: 39, 65 and 29. RGB value is (57,101,41). Sum of RGB (Red+Green+Blue) = 57+101+41=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #396529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396529 is #C69AD6. Grayscale: #515151. Windows color (decimal): -13015767 or 2712889. OLE color: 2712889.

HSL color Cylindrical-coordinate representation of color #396529: hue angle of 104º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396529 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 101 41 -
CMYK 0.44 0 0.59 0.60
HSL 104º 0.42% 0.28% -
HSV(B) 104º 0.59% 0.4% -
XYZ 6.74 10.34 3.74 -
YUV 81 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 57 101 41 0.44 0 0.59 0.60 104 0.42 0.28
Hex 39 65 29 2C 0 3B 3C 68 2A 1C
Octal 71 145 51 54 0 73 74 150 52 34
Binary 111001 1100101 101001 101100 0 111011 111100 1101000 101010 11100

Color Harmonies of #396529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396529

Black with #396529

Text Example


Text Example

White with #396529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396529; }

 p { color: rgb(57,101,41); }

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

background-color css

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

 a { background-color: rgb(57,101,41); }

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

border-color css

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

 span { border-color: rgb(57,101,41); }

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