Html Css Color HEX #395934 Green House

📋 copy color: '#395934'

red 57 ◦ green 89 ◦ blue 52

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

Shades of Green House #395934

Tints of Green House #395934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.95%

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

R = 28.79%
G = 44.95%
B = 26.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#395934 (or 0x395934) is known color: Green House. HEX triplet: 39, 59 and 34. RGB value is (57,89,52). Sum of RGB (Red+Green+Blue) = 57+89+52=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #395934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395934 is #C6A6CB. Grayscale: #4B4B4B. Windows color (decimal): -13018828 or 3430713. OLE color: 3430713.

HSL color Cylindrical-coordinate representation of color #395934: hue angle of 111.89º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395934 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 52 -
CMYK 0.36 0 0.42 0.65
HSL 111.89º 0.26% 0.28% -
HSV(B) 111.89º 0.42% 0.35% -
XYZ 5.88 8.26 4.53 -
YUV 75.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 57 89 52 0.36 0 0.42 0.65 111.89 0.26 0.28
Hex 39 59 34 24 0 2A 41 70 1A 1C
Octal 71 131 64 44 0 52 101 160 32 34
Binary 111001 1011001 110100 100100 0 101010 1000001 1110000 11010 11100

Color Harmonies of #395934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395934

Black with #395934

Text Example


Text Example

White with #395934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395934; }

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

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

background-color css

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

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

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

border-color css

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

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

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