#35641D

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

Shades of Green House #35641D

Tints of Green House #35641D

Color information

#35641D (or 0x35641D) is unknown color: approx Green House. HEX triplet: 35, 64 and 1D. RGB value is (53,100,29). Sum of RGB (Red+Green+Blue) = 53+100+29=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #35641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35641D is #CA9BE2. Grayscale: #4E4E4E. Windows color (decimal): -13278179 or 1926197. OLE color: 1926197.

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

Color convert

RGB5310029-
CMYK0.4700.710.61
HSL99.72º55.04%25.29%-
HSV(B)99.72º71%39.22%-
XYZ6.259.962.76-
YUV77.85100.43110.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 100 (39.45% from 255) = 54.95%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=29.12%
G=54.95%
B=15.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100290.4700.710.6199.7255.0425.29
Hex35641D2F0473D643719
Octal6514435570107751446731
Binary11010111001001110110111101000111111101110010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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