#3A4415

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

Shades of Turtle Green #3A4415

Tints of Turtle Green #3A4415

Color information

#3A4415 (or 0x3A4415) is unknown color: approx Turtle Green. HEX triplet: 3A, 44 and 15. RGB value is (58,68,21). Sum of RGB (Red+Green+Blue) = 58+68+21=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4415 is #C5BBEA. Grayscale: #3B3B3B. Windows color (decimal): -12958699 or 1393722. OLE color: 1393722.

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

Color convert

RGB586821-
CMYK0.1500.690.73
HSL72.77º52.81%17.45%-
HSV(B)72.77º69.12%26.67%-
XYZ3.955.091.48-
YUV59.65106.19126.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=39.46%
G=46.26%
B=14.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868210.1500.690.7372.7752.8117.45
Hex3A4415F04549493511
Octal72104251701051111116521
Binary1110101000100101011111010001011001001100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,21); }

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

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

 a { background-color: rgb(58,68,21); }

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

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

 span { border-color: rgb(58,68,21); }

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