Html Css Color HEX #396D27 Green House

📋 copy color: '#396D27'

red 57 ◦ green 109 ◦ blue 39

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

Shades of Green House #396D27

Tints of Green House #396D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.17%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 27.8%
G = 53.17%
B = 19.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#396D27 (or 0x396D27) is known color: Green House. HEX triplet: 39, 6D and 27. RGB value is (57,109,39). Sum of RGB (Red+Green+Blue) = 57+109+39=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #396D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D27 is #C692D8. Grayscale: #555555. Windows color (decimal): -13013721 or 2583865. OLE color: 2583865.

HSL color Cylindrical-coordinate representation of color #396D27: hue angle of 104.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396D27 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 39 -
CMYK 0.48 0 0.64 0.57
HSL 104.57º 0.47% 0.29% -
HSV(B) 104.57º 0.64% 0.43% -
XYZ 7.52 11.95 3.83 -
YUV 85.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 57 109 39 0.48 0 0.64 0.57 104.57 0.47 0.29
Hex 39 6D 27 30 0 40 39 69 2F 1D
Octal 71 155 47 60 0 100 71 151 57 35
Binary 111001 1101101 100111 110000 0 1000000 111001 1101001 101111 11101

Color Harmonies of #396D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D27

Black with #396D27

Text Example


Text Example

White with #396D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,39); }

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

background-color css

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

 a { background-color: rgb(57,109,39); }

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

border-color css

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

 span { border-color: rgb(57,109,39); }

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