Html Css Color HEX #396B28 Green House

📋 copy color: '#396B28'

red 57 ◦ green 107 ◦ blue 40

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

Shades of Green House #396B28

Tints of Green House #396B28

RGB

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

 GREEN value IS 107 (42.19% from 255) = 52.45%

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

R = 27.94%
G = 52.45%
B = 19.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#396B28 (or 0x396B28) is known color: Green House. HEX triplet: 39, 6B and 28. RGB value is (57,107,40). Sum of RGB (Red+Green+Blue) = 57+107+40=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #396B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B28 is #C694D7. Grayscale: #545454. Windows color (decimal): -13014232 or 2648889. OLE color: 2648889.

HSL color Cylindrical-coordinate representation of color #396B28: hue angle of 104.78º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396B28 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 40 -
CMYK 0.47 0 0.63 0.58
HSL 104.78º 0.46% 0.29% -
HSV(B) 104.78º 0.63% 0.42% -
XYZ 7.33 11.54 3.85 -
YUV 84.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 57 107 40 0.47 0 0.63 0.58 104.78 0.46 0.29
Hex 39 6B 28 2F 0 3F 3A 69 2E 1D
Octal 71 153 50 57 0 77 72 151 56 35
Binary 111001 1101011 101000 101111 0 111111 111010 1101001 101110 11101

Color Harmonies of #396B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B28

Black with #396B28

Text Example


Text Example

White with #396B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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