#3B402C

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

Shades of Green Kelp #3B402C

Tints of Green Kelp #3B402C

Color information

#3B402C (or 0x3B402C) is unknown color: approx Green Kelp. HEX triplet: 3B, 40 and 2C. RGB value is (59,64,44). Sum of RGB (Red+Green+Blue) = 59+64+44=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402C is #C4BFD3. Grayscale: #3C3C3C. Windows color (decimal): -12894164 or 2900027. OLE color: 2900027.

HSL color Cylindrical-coordinate representation of color #3B402C: hue angle of 75º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B402C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB596444-
CMYK0.0800.310.75
HSL75º18.52%21.18%-
HSV(B)75º31.25%25.1%-
XYZ4.094.783.09-
YUV60.22118.84127.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=35.33%
G=38.32%
B=26.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964440.0800.310.757518.5221.18
Hex3B402C801F4B4b1315
Octal7310054100371131132325
Binary11101110000001011001000011111100101110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B402C; }

 p { color: rgb(59,64,44); }

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

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

 a { background-color: rgb(59,64,44); }

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

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

 span { border-color: rgb(59,64,44); }

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