#355D30

Color #355D30 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #355D30

Tints of Green House #355D30

Color information

#355D30 (or 0x355D30) is unknown color: approx Green House. HEX triplet: 35, 5D and 30. RGB value is (53,93,48). Sum of RGB (Red+Green+Blue) = 53+93+48=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #355D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D30 is #CAA2CF. Grayscale: #4C4C4C. Windows color (decimal): -13279952 or 3169589. OLE color: 3169589.

HSL color Cylindrical-coordinate representation of color #355D30: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355D30 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB539348-
CMYK0.4300.480.64
HSL113.33º31.91%27.65%-
HSV(B)113.33º48.39%36.47%-
XYZ5.928.84.18-
YUV75.91112.25111.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=27.32%
G=47.94%
B=24.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5393480.4300.480.64113.3331.9127.65
Hex355D302B0304071201c
Octal6513560530601001614034
Binary110101101110111000010101101100001000000111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #355D30;
 }
 .AnyTagClassName
 {
   color: #355D30;
 }
</style>
background-color css

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

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

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

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

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

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