#3B4605

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

Shades of Turtle Green #3B4605

Tints of Turtle Green #3B4605

Color information

#3B4605 (or 0x3B4605) is unknown color: approx Turtle Green. HEX triplet: 3B, 46 and 05. RGB value is (59,70,5). Sum of RGB (Red+Green+Blue) = 59+70+5=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4605 is #C4B9FA. Grayscale: #3B3B3B. Windows color (decimal): -12892667 or 345659. OLE color: 345659.

HSL color Cylindrical-coordinate representation of color #3B4605: hue angle of 70.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B4605 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB59705-
CMYK0.1600.930.73
HSL70.15º86.67%14.71%-
HSV(B)70.15º92.86%27.45%-
XYZ4.025.320.96-
YUV59.397.36127.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 70 (27.73% from 255) = 52.24%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=44.03%
G=52.24%
B=3.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal597050.1600.930.7370.1586.6714.71
Hex3B4651005D494657f
Octal73106520013511110612717
Binary111011100011010110000010111011001001100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,5); }

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

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

 a { background-color: rgb(59,70,5); }

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

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

 span { border-color: rgb(59,70,5); }

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