#3B412A

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

Shades of Green Kelp #3B412A

Tints of Green Kelp #3B412A

Color information

#3B412A (or 0x3B412A) is unknown color: approx Green Kelp. HEX triplet: 3B, 41 and 2A. RGB value is (59,65,42). Sum of RGB (Red+Green+Blue) = 59+65+42=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412A is #C4BED5. Grayscale: #3C3C3C. Windows color (decimal): -12893910 or 2769211. OLE color: 2769211.

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

Color convert

RGB596542-
CMYK0.0900.350.75
HSL75.65º21.5%20.98%-
HSV(B)75.65º35.38%25.49%-
XYZ4.114.882.92-
YUV60.58117.51126.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=35.54%
G=39.16%
B=25.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965420.0900.350.7575.6521.520.98
Hex3B412A90234B4c1515
Octal7310152110431131142525
Binary111011100000110101010010100011100101110011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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