#3B3805

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

Shades of Turtle Green #3B3805

Tints of Turtle Green #3B3805

Color information

#3B3805 (or 0x3B3805) is unknown color: approx Turtle Green. HEX triplet: 3B, 38 and 05. RGB value is (59,56,5). Sum of RGB (Red+Green+Blue) = 59+56+5=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3805 is #C4C7FA. Grayscale: #333333. Windows color (decimal): -12896251 or 342075. OLE color: 342075.

HSL color Cylindrical-coordinate representation of color #3B3805: hue angle of 56.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B3805 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.77.

Color convert

RGB59565-
CMYK00.050.920.77
HSL56.67º84.38%12.55%-
HSV(B)56.67º91.53%23.14%-
XYZ3.253.770.7-
YUV51.08101.99133.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.17%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=49.17%
G=46.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5956500.050.920.7756.6784.3812.55
Hex3B385055C4D3954d
Octal73705051341157112415
Binary11101111100010101011011100100110111100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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