#353630

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

Shades of Green Kelp #353630

Tints of Green Kelp #353630

Color information

#353630 (or 0x353630) is unknown color: approx Green Kelp. HEX triplet: 35, 36 and 30. RGB value is (53,54,48). Sum of RGB (Red+Green+Blue) = 53+54+48=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 54 - color contains mainly: green. Hex color #353630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353630 is #CAC9CF. Grayscale: #353535. Windows color (decimal): -13289936 or 3159605. OLE color: 3159605.

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

Color convert

RGB535448-
CMYK0.0200.110.79
HSL70º5.88%20%-
HSV(B)70º11.11%21.18%-
XYZ3.323.613.32-
YUV53.02125.17127.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=34.19%
G=34.84%
B=30.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354480.0200.110.79705.8820
Hex35363020B4F46614
Octal6566602013117106624
Binary11010111011011000010010111001111100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353630; }

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

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

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

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

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

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

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

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