#35691F

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

Shades of Green House #35691F

Tints of Green House #35691F

Color information

#35691F (or 0x35691F) is unknown color: approx Green House. HEX triplet: 35, 69 and 1F. RGB value is (53,105,31). Sum of RGB (Red+Green+Blue) = 53+105+31=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #35691F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35691F is #CA96E0. Grayscale: #515151. Windows color (decimal): -13276897 or 2058549. OLE color: 2058549.

HSL color Cylindrical-coordinate representation of color #35691F: hue angle of 102.16º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35691F is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB5310531-
CMYK0.5000.700.59
HSL102.16º54.41%26.67%-
HSV(B)102.16º70.48%41.18%-
XYZ6.7710.963.05-
YUV81.0299.77108.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=28.04%
G=55.56%
B=16.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105310.5000.700.59102.1654.4126.67
Hex35691F320463B66361b
Octal6515137620106731466633
Binary11010111010011111111001001000110111011110011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35691F; }

 p { color: rgb(53,105,31); }

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

<style>
 a { background-color: #35691F; }

 a { background-color: rgb(53,105,31); }

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

<style>
 span { border-color: #35691F; }

 span { border-color: rgb(53,105,31); }

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