#3A4700

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

Shades of Turtle Green #3A4700

Tints of Turtle Green #3A4700

Color information

#3A4700 (or 0x3A4700) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 00. RGB value is (58,71,0). Sum of RGB (Red+Green+Blue) = 58+71+0=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4700 is #C5B8FF. Grayscale: #3B3B3B. Windows color (decimal): -12957952 or 18234. OLE color: 18234.

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

Color convert

RGB58710-
CMYK0.18010.72
HSL70.99º100%13.92%-
HSV(B)70.99º100%27.84%-
XYZ45.410.83-
YUV59.0294.69127.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.96%
G=55.04%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal587100.18010.7270.9910013.92
Hex3A47012064484764e
Octal72107022014411010714416
Binary1110101000111010010011001001001000100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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