Html Css Color HEX #395533 Green House

📋 copy color: '#395533'

red 57 ◦ green 85 ◦ blue 51

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

Shades of Green House #395533

Tints of Green House #395533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 29.53%
G = 44.04%
B = 26.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#395533 (or 0x395533) is known color: Green House. HEX triplet: 39, 55 and 33. RGB value is (57,85,51). Sum of RGB (Red+Green+Blue) = 57+85+51=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #395533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395533 is #C6AACC. Grayscale: #484848. Windows color (decimal): -13019853 or 3364153. OLE color: 3364153.

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

Color convert

RGB 57 85 51 -
CMYK 0.33 0 0.40 0.67
HSL 109.41º 0.25% 0.27% -
HSV(B) 109.41º 0.4% 0.33% -
XYZ 5.53 7.61 4.31 -
YUV 72.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 57 85 51 0.33 0 0.40 0.67 109.41 0.25 0.27
Hex 39 55 33 21 0 28 43 6D 19 1B
Octal 71 125 63 41 0 50 103 155 31 33
Binary 111001 1010101 110011 100001 0 101000 1000011 1101101 11001 11011

Color Harmonies of #395533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395533

Black with #395533

Text Example


Text Example

White with #395533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395533; }

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

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

background-color css

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

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

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

border-color css

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

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

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