#35372E

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

Shades of Green Kelp #35372E

Tints of Green Kelp #35372E

Color information

#35372E (or 0x35372E) is unknown color: approx Green Kelp. HEX triplet: 35, 37 and 2E. RGB value is (53,55,46). Sum of RGB (Red+Green+Blue) = 53+55+46=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 55 - color contains mainly: green. Hex color #35372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35372E is #CAC8D1. Grayscale: #353535. Windows color (decimal): -13289682 or 3028789. OLE color: 3028789.

HSL color Cylindrical-coordinate representation of color #35372E: hue angle of 73.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35372E is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB535546-
CMYK0.0400.160.78
HSL73.33º8.91%19.8%-
HSV(B)73.33º16.36%21.57%-
XYZ3.333.693.12-
YUV53.38123.84127.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=34.42%
G=35.71%
B=29.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355460.0400.160.7873.338.9119.8
Hex35372E40104E49914
Octal65675640201161111124
Binary11010111011110111010001000010011101001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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