#35632A

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

Shades of Green House #35632A

Tints of Green House #35632A

Color information

#35632A (or 0x35632A) is unknown color: approx Green House. HEX triplet: 35, 63 and 2A. RGB value is (53,99,42). Sum of RGB (Red+Green+Blue) = 53+99+42=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #35632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35632A is #CA9CD5. Grayscale: #4E4E4E. Windows color (decimal): -13278422 or 2777909. OLE color: 2777909.

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

Color convert

RGB539942-
CMYK0.4600.580.61
HSL108.42º40.43%27.65%-
HSV(B)108.42º57.58%38.82%-
XYZ6.359.853.76-
YUV78.75107.26109.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=27.32%
G=51.03%
B=21.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399420.4600.580.61108.4240.4327.65
Hex35632A2E03A3D6c281c
Octal651435256072751545034
Binary11010111000111010101011100111010111101110110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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