#355F23

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

Shades of Green House #355F23

Tints of Green House #355F23

Color information

#355F23 (or 0x355F23) is unknown color: approx Green House. HEX triplet: 35, 5F and 23. RGB value is (53,95,35). Sum of RGB (Red+Green+Blue) = 53+95+35=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #355F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F23 is #CAA0DC. Grayscale: #4B4B4B. Windows color (decimal): -13279453 or 2318133. OLE color: 2318133.

HSL color Cylindrical-coordinate representation of color #355F23: hue angle of 102º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355F23 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB539535-
CMYK0.4400.630.63
HSL102º46.15%25.49%-
HSV(B)102º63.16%37.25%-
XYZ5.869.063.03-
YUV75.6105.09111.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 95 (37.5% from 255) = 51.91%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=28.96%
G=51.91%
B=19.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5395350.4400.630.6310246.1525.49
Hex355F232C03F3F662e19
Octal651374354077771465631
Binary11010110111111000111011000111111111111110011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,95,35); }

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

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

 a { background-color: rgb(53,95,35); }

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

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

 span { border-color: rgb(53,95,35); }

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