#353A27

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

Shades of Green Kelp #353A27

Tints of Green Kelp #353A27

Color information

#353A27 (or 0x353A27) is unknown color: approx Green Kelp. HEX triplet: 35, 3A and 27. RGB value is (53,58,39). Sum of RGB (Red+Green+Blue) = 53+58+39=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 58 - color contains mainly: green. Hex color #353A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A27 is #CAC5D8. Grayscale: #363636. Windows color (decimal): -13288921 or 2570805. OLE color: 2570805.

HSL color Cylindrical-coordinate representation of color #353A27: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353A27 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB535839-
CMYK0.0900.330.77
HSL75.79º19.59%19.02%-
HSV(B)75.79º32.76%22.75%-
XYZ3.353.932.5-
YUV54.34119.34127.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 39 (15.62% from 255) = 26%
R=35.33%
G=38.67%
B=26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358390.0900.330.7775.7919.5919.02
Hex353A2790214D4c1413
Octal657247110411151142423
Binary11010111101010011110010100001100110110011001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A27; }

 p { color: rgb(53,58,39); }

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

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

 a { background-color: rgb(53,58,39); }

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

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

 span { border-color: rgb(53,58,39); }

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