Html Css Color HEX #396934 Green House

📋 copy color: '#396934'

red 57 ◦ green 105 ◦ blue 52

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

Shades of Green House #396934

Tints of Green House #396934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.07%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 26.64%
G = 49.07%
B = 24.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#396934 (or 0x396934) is known color: Green House. HEX triplet: 39, 69 and 34. RGB value is (57,105,52). Sum of RGB (Red+Green+Blue) = 57+105+52=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #396934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396934 is #C696CB. Grayscale: #545454. Windows color (decimal): -13014732 or 3434809. OLE color: 3434809.

HSL color Cylindrical-coordinate representation of color #396934: hue angle of 114.34º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396934 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 52 -
CMYK 0.46 0 0.50 0.59
HSL 114.34º 0.34% 0.31% -
HSV(B) 114.34º 0.5% 0.41% -
XYZ 7.36 11.22 5.03 -
YUV 84.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 57 105 52 0.46 0 0.50 0.59 114.34 0.34 0.31
Hex 39 69 34 2E 0 32 3B 72 22 1F
Octal 71 151 64 56 0 62 73 162 42 37
Binary 111001 1101001 110100 101110 0 110010 111011 1110010 100010 11111

Color Harmonies of #396934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396934

Black with #396934

Text Example


Text Example

White with #396934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396934; }

 p { color: rgb(57,105,52); }

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

background-color css

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

 a { background-color: rgb(57,105,52); }

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

border-color css

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

 span { border-color: rgb(57,105,52); }

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