Html Css Color HEX #395935 Green House

📋 copy color: '#395935'

red 57 ◦ green 89 ◦ blue 53

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

Shades of Green House #395935

Tints of Green House #395935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 28.64%
G = 44.72%
B = 26.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#395935 (or 0x395935) is known color: Green House. HEX triplet: 39, 59 and 35. RGB value is (57,89,53). Sum of RGB (Red+Green+Blue) = 57+89+53=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #395935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395935 is #C6A6CA. Grayscale: #4B4B4B. Windows color (decimal): -13018827 or 3496249. OLE color: 3496249.

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

Color convert

RGB 57 89 53 -
CMYK 0.36 0 0.40 0.65
HSL 113.33º 0.25% 0.28% -
HSV(B) 113.33º 0.4% 0.35% -
XYZ 5.9 8.27 4.65 -
YUV 75.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 57 89 53 0.36 0 0.40 0.65 113.33 0.25 0.28
Hex 39 59 35 24 0 28 41 71 19 1C
Octal 71 131 65 44 0 50 101 161 31 34
Binary 111001 1011001 110101 100100 0 101000 1000001 1110001 11001 11100

Color Harmonies of #395935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395935

Black with #395935

Text Example


Text Example

White with #395935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395935; }

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

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

background-color css

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

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

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

border-color css

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

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

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