#3A4411

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

Shades of Turtle Green #3A4411

Tints of Turtle Green #3A4411

Color information

#3A4411 (or 0x3A4411) is unknown color: approx Turtle Green. HEX triplet: 3A, 44 and 11. RGB value is (58,68,17). Sum of RGB (Red+Green+Blue) = 58+68+17=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4411 is #C5BBEE. Grayscale: #3B3B3B. Windows color (decimal): -12958703 or 1131578. OLE color: 1131578.

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

Color convert

RGB586817-
CMYK0.1500.750.73
HSL71.76º60%16.67%-
HSV(B)71.76º75%26.67%-
XYZ3.915.071.3-
YUV59.2104.19127.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=40.56%
G=47.55%
B=11.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868170.1500.750.7371.766016.67
Hex3A4411F04B49483c11
Octal72104211701131111107421
Binary1110101000100100011111010010111001001100100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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