#3B4125

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

Shades of Green Kelp #3B4125

Tints of Green Kelp #3B4125

Color information

#3B4125 (or 0x3B4125) is unknown color: approx Green Kelp. HEX triplet: 3B, 41 and 25. RGB value is (59,65,37). Sum of RGB (Red+Green+Blue) = 59+65+37=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4125 is #C4BEDA. Grayscale: #3C3C3C. Windows color (decimal): -12893915 or 2441531. OLE color: 2441531.

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

Color convert

RGB596537-
CMYK0.0900.430.75
HSL72.86º27.45%20%-
HSV(B)72.86º43.08%25.49%-
XYZ4.034.842.47-
YUV60.01115.01127.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.65%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=36.65%
G=40.37%
B=22.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965370.0900.430.7572.8627.4520
Hex3B4125902B4B491b14
Octal7310145110531131113324
Binary111011100000110010110010101011100101110010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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