#3A4D15

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

Shades of Turtle Green #3A4D15

Tints of Turtle Green #3A4D15

Color information

#3A4D15 (or 0x3A4D15) is unknown color: approx Turtle Green. HEX triplet: 3A, 4D and 15. RGB value is (58,77,21). Sum of RGB (Red+Green+Blue) = 58+77+21=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4D15 is #C5B2EA. Grayscale: #414141. Windows color (decimal): -12956395 or 1396026. OLE color: 1396026.

HSL color Cylindrical-coordinate representation of color #3A4D15: hue angle of 80.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A4D15 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB587721-
CMYK0.2500.730.70
HSL80.36º57.14%19.22%-
HSV(B)80.36º72.73%30.2%-
XYZ4.536.261.68-
YUV64.94103.21123.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=37.18%
G=49.36%
B=13.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877210.2500.730.7080.3657.1419.22
Hex3A4D151904946503913
Octal72115253101111061207123
Binary11101010011011010111001010010011000110101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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