#3A4119

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

Shades of Turtle Green #3A4119

Tints of Turtle Green #3A4119

Color information

#3A4119 (or 0x3A4119) is unknown color: approx Turtle Green. HEX triplet: 3A, 41 and 19. RGB value is (58,65,25). Sum of RGB (Red+Green+Blue) = 58+65+25=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4119 is #C5BEE6. Grayscale: #3A3A3A. Windows color (decimal): -12959463 or 1655098. OLE color: 1655098.

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

Color convert

RGB586525-
CMYK0.1100.620.75
HSL70.5º44.44%17.65%-
HSV(B)70.5º61.54%25.49%-
XYZ3.814.751.64-
YUV58.35109.18127.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=39.19%
G=43.92%
B=16.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865250.1100.620.7570.544.4417.65
Hex3A4119B03E4B472c12
Octal7210131130761131075422
Binary111010100000111001101101111101001011100011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,25); }

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

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

 a { background-color: rgb(58,65,25); }

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

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

 span { border-color: rgb(58,65,25); }

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