#35362E

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

Shades of Green Kelp #35362E

Tints of Green Kelp #35362E

Color information

#35362E (or 0x35362E) is unknown color: approx Green Kelp. HEX triplet: 35, 36 and 2E. RGB value is (53,54,46). Sum of RGB (Red+Green+Blue) = 53+54+46=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 54 - color contains mainly: green. Hex color #35362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35362E is #CAC9D1. Grayscale: #343434. Windows color (decimal): -13289938 or 3028533. OLE color: 3028533.

HSL color Cylindrical-coordinate representation of color #35362E: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35362E is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB535446-
CMYK0.0200.150.79
HSL67.5º8%19.61%-
HSV(B)67.5º14.81%21.18%-
XYZ3.283.593.11-
YUV52.79124.17128.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=34.64%
G=35.29%
B=30.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354460.0200.150.7967.5819.61
Hex35362E20F4F44814
Octal65665620171171041024
Binary110101110110101110100111110011111000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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