#3A4702

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

Shades of Turtle Green #3A4702

Tints of Turtle Green #3A4702

Color information

#3A4702 (or 0x3A4702) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 02. RGB value is (58,71,2). Sum of RGB (Red+Green+Blue) = 58+71+2=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4702 is #C5B8FD. Grayscale: #3B3B3B. Windows color (decimal): -12957950 or 149306. OLE color: 149306.

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

Color convert

RGB58712-
CMYK0.1800.970.72
HSL71.3º94.52%14.31%-
HSV(B)71.3º97.18%27.84%-
XYZ4.015.410.89-
YUV59.2595.69127.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=44.27%
G=54.20%
B=1.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal587120.1800.970.7271.394.5214.31
Hex3A4721206148475fe
Octal72107222014111010713716
Binary11101010001111010010011000011001000100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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