Html Css Color HEX #355931 Green House

📋 copy color: '#355931'

red 53 ◦ green 89 ◦ blue 49

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

Shades of Green House #355931

Tints of Green House #355931

RGB

 RED value IS 53 (21.09% from 255) = 27.75%

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

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 27.75%
G = 46.6%
B = 25.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#355931 (or 0x355931) is known color: Green House. HEX triplet: 35, 59 and 31. RGB value is (53,89,49). Sum of RGB (Red+Green+Blue) = 53+89+49=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #355931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355931 is #CAA6CE. Grayscale: #494949. Windows color (decimal): -13280975 or 3234101. OLE color: 3234101.

HSL color Cylindrical-coordinate representation of color #355931: hue angle of 114º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355931 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 49 -
CMYK 0.40 0 0.45 0.65
HSL 114º 0.29% 0.27% -
HSV(B) 114º 0.45% 0.35% -
XYZ 5.59 8.12 4.18 -
YUV 73.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 53 89 49 0.40 0 0.45 0.65 114 0.29 0.27
Hex 35 59 31 28 0 2D 41 72 1D 1B
Octal 65 131 61 50 0 55 101 162 35 33
Binary 110101 1011001 110001 101000 0 101101 1000001 1110010 11101 11011

Color Harmonies of #355931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355931

Black with #355931

Text Example


Text Example

White with #355931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355931; }

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

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

background-color css

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

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

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

border-color css

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

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

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