#35392A

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

Shades of Green Kelp #35392A

Tints of Green Kelp #35392A

Color information

#35392A (or 0x35392A) is unknown color: approx Green Kelp. HEX triplet: 35, 39 and 2A. RGB value is (53,57,42). Sum of RGB (Red+Green+Blue) = 53+57+42=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 57 - color contains mainly: green. Hex color #35392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392A is #CAC6D5. Grayscale: #363636. Windows color (decimal): -13289174 or 2767157. OLE color: 2767157.

HSL color Cylindrical-coordinate representation of color #35392A: hue angle of 76º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35392A is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB535742-
CMYK0.0700.260.78
HSL76º15.15%19.41%-
HSV(B)76º26.32%22.35%-
XYZ3.353.852.76-
YUV54.09121.17127.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=34.87%
G=37.5%
B=27.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357420.0700.260.787615.1519.41
Hex35392A701A4E4cf13
Octal65715270321161141723
Binary11010111100110101011101101010011101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35392A; }

 p { color: rgb(53,57,42); }

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

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

 a { background-color: rgb(53,57,42); }

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

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

 span { border-color: rgb(53,57,42); }

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