#3B3A06

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

Shades of Turtle Green #3B3A06

Tints of Turtle Green #3B3A06

Color information

#3B3A06 (or 0x3B3A06) is unknown color: approx Turtle Green. HEX triplet: 3B, 3A and 06. RGB value is (59,58,6). Sum of RGB (Red+Green+Blue) = 59+58+6=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3A06 is #C4C5F9. Grayscale: #343434. Windows color (decimal): -12895738 or 408123. OLE color: 408123.

HSL color Cylindrical-coordinate representation of color #3B3A06: hue angle of 58.87º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B3A06 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB59586-
CMYK00.020.900.77
HSL58.87º81.54%12.75%-
HSV(B)58.87º89.83%23.14%-
XYZ3.353.970.76-
YUV52.37101.83132.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.97%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=47.97%
G=47.15%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5958600.020.900.7758.8781.5412.75
Hex3B3A6025A4D3b52d
Octal73726021321157312215
Binary1110111110101100101011010100110111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,58,6); }

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

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

 a { background-color: rgb(59,58,6); }

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

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

 span { border-color: rgb(59,58,6); }

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