#3A4916

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

Shades of Turtle Green #3A4916

Tints of Turtle Green #3A4916

Color information

#3A4916 (or 0x3A4916) is unknown color: approx Turtle Green. HEX triplet: 3A, 49 and 16. RGB value is (58,73,22). Sum of RGB (Red+Green+Blue) = 58+73+22=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4916 is #C5B6E9. Grayscale: #3E3E3E. Windows color (decimal): -12957418 or 1460538. OLE color: 1460538.

HSL color Cylindrical-coordinate representation of color #3A4916: hue angle of 77.65º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A4916 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB587322-
CMYK0.2100.700.71
HSL77.65º53.68%18.63%-
HSV(B)77.65º69.86%28.63%-
XYZ4.275.721.64-
YUV62.7105.03124.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=37.91%
G=47.71%
B=14.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873220.2100.700.7177.6553.6818.63
Hex3A491615046474e3613
Octal72111262501061071166623
Binary11101010010011011010101010001101000111100111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,22); }

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

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

 a { background-color: rgb(58,73,22); }

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

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

 span { border-color: rgb(58,73,22); }

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