#35692B

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

Shades of Green House #35692B

Tints of Green House #35692B

Color information

#35692B (or 0x35692B) is unknown color: approx Green House. HEX triplet: 35, 69 and 2B. RGB value is (53,105,43). Sum of RGB (Red+Green+Blue) = 53+105+43=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #35692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35692B is #CA96D4. Grayscale: #525252. Windows color (decimal): -13276885 or 2844981. OLE color: 2844981.

HSL color Cylindrical-coordinate representation of color #35692B: hue angle of 110.32º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35692B is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB5310543-
CMYK0.5000.590.59
HSL110.32º41.89%29.02%-
HSV(B)110.32º59.05%41.18%-
XYZ6.9611.034.05-
YUV82.38105.77107.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=26.37%
G=52.24%
B=21.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105430.5000.590.59110.3241.8929.02
Hex35692B3203B3B6e2a1d
Octal651515362073731565235
Binary11010111010011010111100100111011111011110111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35692B; }

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

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

<style>
 a { background-color: #35692B; }

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

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

<style>
 span { border-color: #35692B; }

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

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