#35382B

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

Shades of Green Kelp #35382B

Tints of Green Kelp #35382B

Color information

#35382B (or 0x35382B) is unknown color: approx Green Kelp. HEX triplet: 35, 38 and 2B. RGB value is (53,56,43). Sum of RGB (Red+Green+Blue) = 53+56+43=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 56 - color contains mainly: green. Hex color #35382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35382B is #CAC7D4. Grayscale: #353535. Windows color (decimal): -13289429 or 2832437. OLE color: 2832437.

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

Color convert

RGB535643-
CMYK0.0500.230.78
HSL73.85º13.13%19.41%-
HSV(B)73.85º23.21%21.96%-
XYZ3.323.762.84-
YUV53.62122.01127.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=34.87%
G=36.84%
B=28.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356430.0500.230.7873.8513.1319.41
Hex35382B50174E4ad13
Octal65705350271161121523
Binary11010111100010101110101011110011101001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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