#353825

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

Shades of Green Kelp #353825

Tints of Green Kelp #353825

Color information

#353825 (or 0x353825) is unknown color: approx Green Kelp. HEX triplet: 35, 38 and 25. RGB value is (53,56,37). Sum of RGB (Red+Green+Blue) = 53+56+37=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #353825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353825 is #CAC7DA. Grayscale: #353535. Windows color (decimal): -13289435 or 2439221. OLE color: 2439221.

HSL color Cylindrical-coordinate representation of color #353825: hue angle of 69.47º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353825 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB535637-
CMYK0.0500.340.78
HSL69.47º20.43%18.24%-
HSV(B)69.47º33.93%21.96%-
XYZ3.223.722.3-
YUV52.94119.01128.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=36.30%
G=38.36%
B=25.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356370.0500.340.7869.4720.4318.24
Hex35382550224E451412
Octal65704550421161052422
Binary1101011110001001011010100010100111010001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353825; }

 p { color: rgb(53,56,37); }

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

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

 a { background-color: rgb(53,56,37); }

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

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

 span { border-color: rgb(53,56,37); }

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