#35632D

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

Shades of Green House #35632D

Tints of Green House #35632D

Color information

#35632D (or 0x35632D) is unknown color: approx Green House. HEX triplet: 35, 63 and 2D. RGB value is (53,99,45). Sum of RGB (Red+Green+Blue) = 53+99+45=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #35632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35632D is #CA9CD2. Grayscale: #4F4F4F. Windows color (decimal): -13278419 or 2974517. OLE color: 2974517.

HSL color Cylindrical-coordinate representation of color #35632D: hue angle of 111.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35632D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB539945-
CMYK0.4600.550.61
HSL111.11º37.5%28.24%-
HSV(B)111.11º54.55%38.82%-
XYZ6.49.874.05-
YUV79.09108.76109.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=26.90%
G=50.25%
B=22.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399450.4600.550.61111.1137.528.24
Hex35632D2E0373D6f261c
Octal651435556067751574634
Binary11010111000111011011011100110111111101110111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35632D; }

 p { color: rgb(53,99,45); }

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

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

 a { background-color: rgb(53,99,45); }

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

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

 span { border-color: rgb(53,99,45); }

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