#3B402A

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

Shades of Green Kelp #3B402A

Tints of Green Kelp #3B402A

Color information

#3B402A (or 0x3B402A) is unknown color: approx Green Kelp. HEX triplet: 3B, 40 and 2A. RGB value is (59,64,42). Sum of RGB (Red+Green+Blue) = 59+64+42=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402A is #C4BFD5. Grayscale: #3C3C3C. Windows color (decimal): -12894166 or 2768955. OLE color: 2768955.

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

Color convert

RGB596442-
CMYK0.0800.340.75
HSL73.64º20.75%20.78%-
HSV(B)73.64º34.38%25.1%-
XYZ4.054.762.9-
YUV60117.84127.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=35.76%
G=38.79%
B=25.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964420.0800.340.7573.6420.7520.78
Hex3B402A80224B4a1515
Octal7310052100421131122525
Binary111011100000010101010000100010100101110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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