Html Css Color HEX #395635 Green House

📋 copy color: '#395635'

red 57 ◦ green 86 ◦ blue 53

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

Shades of Green House #395635

Tints of Green House #395635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

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

R = 29.08%
G = 43.88%
B = 27.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#395635 (or 0x395635) is known color: Green House. HEX triplet: 39, 56 and 35. RGB value is (57,86,53). Sum of RGB (Red+Green+Blue) = 57+86+53=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #395635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395635 is #C6A9CA. Grayscale: #494949. Windows color (decimal): -13019595 or 3495481. OLE color: 3495481.

HSL color Cylindrical-coordinate representation of color #395635: hue angle of 112.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395635 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 53 -
CMYK 0.34 0 0.38 0.66
HSL 112.73º 0.24% 0.27% -
HSV(B) 112.73º 0.38% 0.34% -
XYZ 5.66 7.78 4.57 -
YUV 73.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 57 86 53 0.34 0 0.38 0.66 112.73 0.24 0.27
Hex 39 56 35 22 0 26 42 71 18 1B
Octal 71 126 65 42 0 46 102 161 30 33
Binary 111001 1010110 110101 100010 0 100110 1000010 1110001 11000 11011

Color Harmonies of #395635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395635

Black with #395635

Text Example


Text Example

White with #395635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395635; }

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

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

background-color css

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

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

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

border-color css

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

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

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