#356423

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

Shades of Green House #356423

Tints of Green House #356423

Color information

#356423 (or 0x356423) is unknown color: approx Green House. HEX triplet: 35, 64 and 23. RGB value is (53,100,35). Sum of RGB (Red+Green+Blue) = 53+100+35=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #356423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356423 is #CA9BDC. Grayscale: #4E4E4E. Windows color (decimal): -13278173 or 2319413. OLE color: 2319413.

HSL color Cylindrical-coordinate representation of color #356423: hue angle of 103.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356423 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB5310035-
CMYK0.4700.650.61
HSL103.38º48.15%26.47%-
HSV(B)103.38º65%39.22%-
XYZ6.339.993.19-
YUV78.54103.43109.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=28.19%
G=53.19%
B=18.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100350.4700.650.61103.3848.1526.47
Hex3564232F0413D67301a
Octal6514443570101751476032
Binary110101110010010001110111101000001111101110011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356423; }

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

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

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

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

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

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

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

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