#3A4005

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

Shades of Turtle Green #3A4005

Tints of Turtle Green #3A4005

Color information

#3A4005 (or 0x3A4005) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 05. RGB value is (58,64,5). Sum of RGB (Red+Green+Blue) = 58+64+5=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4005 is #C5BFFA. Grayscale: #373737. Windows color (decimal): -12959739 or 344122. OLE color: 344122.

HSL color Cylindrical-coordinate representation of color #3A4005: hue angle of 66.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A4005 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB58645-
CMYK0.0900.920.75
HSL66.1º85.51%13.53%-
HSV(B)66.1º92.19%25.1%-
XYZ3.614.580.84-
YUV55.4899.51129.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=45.67%
G=50.39%
B=3.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal586450.0900.920.7566.185.5113.53
Hex3A405905C4B4256e
Octal72100511013411310212616
Binary11101010000001011001010111001001011100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,5); }

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

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

 a { background-color: rgb(58,64,5); }

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

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

 span { border-color: rgb(58,64,5); }

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