#3B4019

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

Shades of Turtle Green #3B4019

Tints of Turtle Green #3B4019

Color information

#3B4019 (or 0x3B4019) is unknown color: approx Turtle Green. HEX triplet: 3B, 40 and 19. RGB value is (59,64,25). Sum of RGB (Red+Green+Blue) = 59+64+25=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4019 is #C4BFE6. Grayscale: #3A3A3A. Windows color (decimal): -12894183 or 1654843. OLE color: 1654843.

HSL color Cylindrical-coordinate representation of color #3B4019: hue angle of 67.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B4019 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB596425-
CMYK0.0800.610.75
HSL67.69º43.82%17.45%-
HSV(B)67.69º60.94%25.1%-
XYZ3.814.671.62-
YUV58.06109.34128.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=39.86%
G=43.24%
B=16.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964250.0800.610.7567.6943.8217.45
Hex3B4019803D4B442c11
Octal7310031100751131045421
Binary111011100000011001100001111011001011100010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,25); }

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

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

 a { background-color: rgb(59,64,25); }

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

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

 span { border-color: rgb(59,64,25); }

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