Html Css Color HEX #396828 Green House

📋 copy color: '#396828'

red 57 ◦ green 104 ◦ blue 40

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

Shades of Green House #396828

Tints of Green House #396828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 28.36%
G = 51.74%
B = 19.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#396828 (or 0x396828) is known color: Green House. HEX triplet: 39, 68 and 28. RGB value is (57,104,40). Sum of RGB (Red+Green+Blue) = 57+104+40=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #396828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396828 is #C697D7. Grayscale: #525252. Windows color (decimal): -13015000 or 2648121. OLE color: 2648121.

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

Color convert

RGB 57 104 40 -
CMYK 0.45 0 0.62 0.59
HSL 104.06º 0.44% 0.28% -
HSV(B) 104.06º 0.62% 0.41% -
XYZ 7.02 10.92 3.75 -
YUV 82.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 57 104 40 0.45 0 0.62 0.59 104.06 0.44 0.28
Hex 39 68 28 2D 0 3E 3B 68 2C 1C
Octal 71 150 50 55 0 76 73 150 54 34
Binary 111001 1101000 101000 101101 0 111110 111011 1101000 101100 11100

Color Harmonies of #396828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396828

Black with #396828

Text Example


Text Example

White with #396828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396828; }

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

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

background-color css

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

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

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

border-color css

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

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

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