#35682E

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

Shades of Green House #35682E

Tints of Green House #35682E

Color information

#35682E (or 0x35682E) is unknown color: approx Green House. HEX triplet: 35, 68 and 2E. RGB value is (53,104,46). Sum of RGB (Red+Green+Blue) = 53+104+46=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #35682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35682E is #CA97D1. Grayscale: #525252. Windows color (decimal): -13277138 or 3041333. OLE color: 3041333.

HSL color Cylindrical-coordinate representation of color #35682E: hue angle of 112.76º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35682E is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB5310446-
CMYK0.4900.560.59
HSL112.76º38.67%29.41%-
HSV(B)112.76º55.77%40.78%-
XYZ6.9110.854.32-
YUV82.14107.6107.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=26.11%
G=51.23%
B=22.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104460.4900.560.59112.7638.6729.41
Hex35682E310383B71271d
Octal651505661070731614735
Binary11010111010001011101100010111000111011111000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35682E; }

 p { color: rgb(53,104,46); }

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

<style>
 a { background-color: #35682E; }

 a { background-color: rgb(53,104,46); }

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

<style>
 span { border-color: #35682E; }

 span { border-color: rgb(53,104,46); }

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