#35642A

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

Shades of Green House #35642A

Tints of Green House #35642A

Color information

#35642A (or 0x35642A) is unknown color: approx Green House. HEX triplet: 35, 64 and 2A. RGB value is (53,100,42). Sum of RGB (Red+Green+Blue) = 53+100+42=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #35642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35642A is #CA9BD5. Grayscale: #4F4F4F. Windows color (decimal): -13278166 or 2778165. OLE color: 2778165.

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

Color convert

RGB5310042-
CMYK0.4700.580.61
HSL108.62º40.85%27.84%-
HSV(B)108.62º58%39.22%-
XYZ6.4410.043.79-
YUV79.33106.93109.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=27.18%
G=51.28%
B=21.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100420.4700.580.61108.6240.8527.84
Hex35642A2F03A3D6d291c
Octal651445257072751555134
Binary11010111001001010101011110111010111101110110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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