Html Css Color HEX #355930 Green House

📋 copy color: '#355930'

red 53 ◦ green 89 ◦ blue 48

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

Shades of Green House #355930

Tints of Green House #355930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 27.89%
G = 46.84%
B = 25.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#355930 (or 0x355930) is known color: Green House. HEX triplet: 35, 59 and 30. RGB value is (53,89,48). Sum of RGB (Red+Green+Blue) = 53+89+48=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #355930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355930 is #CAA6CF. Grayscale: #494949. Windows color (decimal): -13280976 or 3168565. OLE color: 3168565.

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

Color convert

RGB 53 89 48 -
CMYK 0.40 0 0.46 0.65
HSL 112.68º 0.3% 0.27% -
HSV(B) 112.68º 0.46% 0.35% -
XYZ 5.57 8.12 4.07 -
YUV 73.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 53 89 48 0.40 0 0.46 0.65 112.68 0.3 0.27
Hex 35 59 30 28 0 2E 41 71 1E 1B
Octal 65 131 60 50 0 56 101 161 36 33
Binary 110101 1011001 110000 101000 0 101110 1000001 1110001 11110 11011

Color Harmonies of #355930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355930

Black with #355930

Text Example


Text Example

White with #355930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355930; }

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

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

background-color css

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

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

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

border-color css

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

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

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