Html Css Color HEX #355A2F Green House

📋 copy color: '#355A2F'

red 53 ◦ green 90 ◦ blue 47

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

Shades of Green House #355A2F

Tints of Green House #355A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.37%

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 27.89%
G = 47.37%
B = 24.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#355A2F (or 0x355A2F) is known color: Green House. HEX triplet: 35, 5A and 2F. RGB value is (53,90,47). Sum of RGB (Red+Green+Blue) = 53+90+47=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #355A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A2F is #CAA5D0. Grayscale: #4A4A4A. Windows color (decimal): -13280721 or 3103285. OLE color: 3103285.

HSL color Cylindrical-coordinate representation of color #355A2F: hue angle of 111.63º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355A2F is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 47 -
CMYK 0.41 0 0.48 0.65
HSL 111.63º 0.31% 0.27% -
HSV(B) 111.63º 0.48% 0.35% -
XYZ 5.64 8.27 3.99 -
YUV 74.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 53 90 47 0.41 0 0.48 0.65 111.63 0.31 0.27
Hex 35 5A 2F 29 0 30 41 70 1F 1B
Octal 65 132 57 51 0 60 101 160 37 33
Binary 110101 1011010 101111 101001 0 110000 1000001 1110000 11111 11011

Color Harmonies of #355A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A2F

Black with #355A2F

Text Example


Text Example

White with #355A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A2F; }

 p { color: rgb(53,90,47); }

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

background-color css

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

 a { background-color: rgb(53,90,47); }

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

border-color css

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

 span { border-color: rgb(53,90,47); }

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