#3B3D2D

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

Shades of Green Kelp #3B3D2D

Tints of Green Kelp #3B3D2D

Color information

#3B3D2D (or 0x3B3D2D) is unknown color: approx Green Kelp. HEX triplet: 3B, 3D and 2D. RGB value is (59,61,45). Sum of RGB (Red+Green+Blue) = 59+61+45=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D2D is #C4C2D2. Grayscale: #3A3A3A. Windows color (decimal): -12894931 or 2964795. OLE color: 2964795.

HSL color Cylindrical-coordinate representation of color #3B3D2D: hue angle of 67.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B3D2D is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB596145-
CMYK0.0300.260.76
HSL67.5º15.09%20.78%-
HSV(B)67.5º26.23%23.92%-
XYZ3.954.463.13-
YUV58.58120.34128.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=35.76%
G=36.97%
B=27.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5961450.0300.260.7667.515.0920.78
Hex3B3D2D301A4C44f15
Octal73755530321141041725
Binary1110111111011011011101101010011001000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,61,45); }

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

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

 a { background-color: rgb(59,61,45); }

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

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

 span { border-color: rgb(59,61,45); }

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