Html Css Color HEX #395535 Green House

📋 copy color: '#395535'

red 57 ◦ green 85 ◦ blue 53

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

Shades of Green House #395535

Tints of Green House #395535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 29.23%
G = 43.59%
B = 27.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#395535 (or 0x395535) is known color: Green House. HEX triplet: 39, 55 and 35. RGB value is (57,85,53). Sum of RGB (Red+Green+Blue) = 57+85+53=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #395535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395535 is #C6AACA. Grayscale: #494949. Windows color (decimal): -13019851 or 3495225. OLE color: 3495225.

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

Color convert

RGB 57 85 53 -
CMYK 0.33 0 0.38 0.67
HSL 112.5º 0.23% 0.27% -
HSV(B) 112.5º 0.38% 0.33% -
XYZ 5.58 7.62 4.55 -
YUV 72.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 57 85 53 0.33 0 0.38 0.67 112.5 0.23 0.27
Hex 39 55 35 21 0 26 43 70 17 1B
Octal 71 125 65 41 0 46 103 160 27 33
Binary 111001 1010101 110101 100001 0 100110 1000011 1110000 10111 11011

Color Harmonies of #395535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395535

Black with #395535

Text Example


Text Example

White with #395535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395535; }

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

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

background-color css

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

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

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

border-color css

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

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

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