#3B402B

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

Shades of Green Kelp #3B402B

Tints of Green Kelp #3B402B

Color information

#3B402B (or 0x3B402B) is unknown color: approx Green Kelp. HEX triplet: 3B, 40 and 2B. RGB value is (59,64,43). Sum of RGB (Red+Green+Blue) = 59+64+43=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402B is #C4BFD4. Grayscale: #3C3C3C. Windows color (decimal): -12894165 or 2834491. OLE color: 2834491.

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

Color convert

RGB596443-
CMYK0.0800.330.75
HSL74.29º19.63%20.98%-
HSV(B)74.29º32.81%25.1%-
XYZ4.074.772.99-
YUV60.11118.34127.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=35.54%
G=38.55%
B=25.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964430.0800.330.7574.2919.6320.98
Hex3B402B80214B4a1415
Octal7310053100411131122425
Binary111011100000010101110000100001100101110010101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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