#35642D

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

Shades of Green House #35642D

Tints of Green House #35642D

Color information

#35642D (or 0x35642D) is unknown color: approx Green House. HEX triplet: 35, 64 and 2D. RGB value is (53,100,45). Sum of RGB (Red+Green+Blue) = 53+100+45=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #35642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35642D is #CA9BD2. Grayscale: #4F4F4F. Windows color (decimal): -13278163 or 2974773. OLE color: 2974773.

HSL color Cylindrical-coordinate representation of color #35642D: hue angle of 111.27º 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 #35642D is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB5310045-
CMYK0.4700.550.61
HSL111.27º37.93%28.43%-
HSV(B)111.27º55%39.22%-
XYZ6.510.064.08-
YUV79.68108.43108.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=26.77%
G=50.51%
B=22.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100450.4700.550.61111.2737.9328.43
Hex35642D2F0373D6f261c
Octal651445557067751574634
Binary11010111001001011011011110110111111101110111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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