Html Css Color HEX #395532 Green House

📋 copy color: '#395532'

red 57 ◦ green 85 ◦ blue 50

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

Shades of Green House #395532

Tints of Green House #395532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 29.69%
G = 44.27%
B = 26.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#395532 (or 0x395532) is known color: Green House. HEX triplet: 39, 55 and 32. RGB value is (57,85,50). Sum of RGB (Red+Green+Blue) = 57+85+50=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #395532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395532 is #C6AACD. Grayscale: #484848. Windows color (decimal): -13019854 or 3298617. OLE color: 3298617.

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

Color convert

RGB 57 85 50 -
CMYK 0.33 0 0.41 0.67
HSL 108º 0.26% 0.26% -
HSV(B) 108º 0.41% 0.33% -
XYZ 5.51 7.6 4.19 -
YUV 72.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 57 85 50 0.33 0 0.41 0.67 108 0.26 0.26
Hex 39 55 32 21 0 29 43 6C 1A 1A
Octal 71 125 62 41 0 51 103 154 32 32
Binary 111001 1010101 110010 100001 0 101001 1000011 1101100 11010 11010

Color Harmonies of #395532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395532

Black with #395532

Text Example


Text Example

White with #395532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395532; }

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

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

background-color css

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

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

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

border-color css

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

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

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