#3A4914

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

Shades of Turtle Green #3A4914

Tints of Turtle Green #3A4914

Color information

#3A4914 (or 0x3A4914) is unknown color: approx Turtle Green. HEX triplet: 3A, 49 and 14. RGB value is (58,73,20). Sum of RGB (Red+Green+Blue) = 58+73+20=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4914 is #C5B6EB. Grayscale: #3E3E3E. Windows color (decimal): -12957420 or 1329466. OLE color: 1329466.

HSL color Cylindrical-coordinate representation of color #3A4914: hue angle of 76.98º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A4914 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB587320-
CMYK0.2100.730.71
HSL76.98º56.99%18.24%-
HSV(B)76.98º72.6%28.63%-
XYZ4.255.721.54-
YUV62.47104.03124.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=38.41%
G=48.34%
B=13.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873200.2100.730.7176.9856.9918.24
Hex3A491415049474d3912
Octal72111242501111071157122
Binary11101010010011010010101010010011000111100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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