#3B4503

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

Shades of Turtle Green #3B4503

Tints of Turtle Green #3B4503

Color information

#3B4503 (or 0x3B4503) is unknown color: approx Turtle Green. HEX triplet: 3B, 45 and 03. RGB value is (59,69,3). Sum of RGB (Red+Green+Blue) = 59+69+3=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4503 is #C4BAFC. Grayscale: #3A3A3A. Windows color (decimal): -12892925 or 214331. OLE color: 214331.

HSL color Cylindrical-coordinate representation of color #3B4503: hue angle of 69.09º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B4503 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB59693-
CMYK0.1400.960.73
HSL69.09º91.67%14.12%-
HSV(B)69.09º95.65%27.06%-
XYZ3.955.190.88-
YUV58.4996.69128.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.04%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=45.04%
G=52.67%
B=2.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal596930.1400.960.7369.0991.6714.12
Hex3B453E06049455ce
Octal73105316014011110513416
Binary1110111000101111110011000001001001100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,3); }

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

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

 a { background-color: rgb(59,69,3); }

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

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

 span { border-color: rgb(59,69,3); }

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