Html Css Color HEX #396B2F Green House

📋 copy color: '#396B2F'

red 57 ◦ green 107 ◦ blue 47

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

Shades of Green House #396B2F

Tints of Green House #396B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 27.01%
G = 50.71%
B = 22.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#396B2F (or 0x396B2F) is known color: Green House. HEX triplet: 39, 6B and 2F. RGB value is (57,107,47). Sum of RGB (Red+Green+Blue) = 57+107+47=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #396B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B2F is #C694D0. Grayscale: #555555. Windows color (decimal): -13014225 or 3107641. OLE color: 3107641.

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

Color convert

RGB 57 107 47 -
CMYK 0.47 0 0.56 0.58
HSL 110º 0.39% 0.3% -
HSV(B) 110º 0.56% 0.42% -
XYZ 7.46 11.59 4.53 -
YUV 85.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 57 107 47 0.47 0 0.56 0.58 110 0.39 0.3
Hex 39 6B 2F 2F 0 38 3A 6E 27 1E
Octal 71 153 57 57 0 70 72 156 47 36
Binary 111001 1101011 101111 101111 0 111000 111010 1101110 100111 11110

Color Harmonies of #396B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B2F

Black with #396B2F

Text Example


Text Example

White with #396B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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