#3B3D06

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

Shades of Turtle Green #3B3D06

Tints of Turtle Green #3B3D06

Color information

#3B3D06 (or 0x3B3D06) is unknown color: approx Turtle Green. HEX triplet: 3B, 3D and 06. RGB value is (59,61,6). Sum of RGB (Red+Green+Blue) = 59+61+6=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3D06 is #C4C2F9. Grayscale: #363636. Windows color (decimal): -12894970 or 408891. OLE color: 408891.

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

Color convert

RGB59616-
CMYK0.0300.900.76
HSL62.18º82.09%13.14%-
HSV(B)62.18º90.16%23.92%-
XYZ3.514.280.81-
YUV54.13100.84131.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 61 (24.22% from 255) = 48.41%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=46.83%
G=48.41%
B=4.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal596160.0300.900.7662.1882.0913.14
Hex3B3D6305A4C3e52d
Octal73756301321147612215
Binary1110111111011101101011010100110011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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