#35382A

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

Shades of Green Kelp #35382A

Tints of Green Kelp #35382A

Color information

#35382A (or 0x35382A) is unknown color: approx Green Kelp. HEX triplet: 35, 38 and 2A. RGB value is (53,56,42). Sum of RGB (Red+Green+Blue) = 53+56+42=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 56 - color contains mainly: green. Hex color #35382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35382A is #CAC7D5. Grayscale: #353535. Windows color (decimal): -13289430 or 2766901. OLE color: 2766901.

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

Color convert

RGB535642-
CMYK0.0500.250.78
HSL72.86º14.29%19.22%-
HSV(B)72.86º25%21.96%-
XYZ3.33.752.74-
YUV53.51121.51127.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=35.10%
G=37.09%
B=27.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356420.0500.250.7872.8614.2919.22
Hex35382A50194E49e13
Octal65705250311161111623
Binary11010111100010101010101100110011101001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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