#3A4720

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

Shades of Turtle Green #3A4720

Tints of Turtle Green #3A4720

Color information

#3A4720 (or 0x3A4720) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 20. RGB value is (58,71,32). Sum of RGB (Red+Green+Blue) = 58+71+32=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4720 is #C5B8DF. Grayscale: #3E3E3E. Windows color (decimal): -12957920 or 2115386. OLE color: 2115386.

HSL color Cylindrical-coordinate representation of color #3A4720: hue angle of 80º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A4720 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB587132-
CMYK0.1800.550.72
HSL80º37.86%20.2%-
HSV(B)80º54.93%27.84%-
XYZ4.265.512.21-
YUV62.67110.69124.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=36.02%
G=44.10%
B=19.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871320.1800.550.728037.8620.2
Hex3A47201203748502614
Octal7210740220671101204624
Binary11101010001111000001001001101111001000101000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,32); }

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

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

 a { background-color: rgb(58,71,32); }

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

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

 span { border-color: rgb(58,71,32); }

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