#3A4013

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

Shades of Turtle Green #3A4013

Tints of Turtle Green #3A4013

Color information

#3A4013 (or 0x3A4013) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 13. RGB value is (58,64,19). Sum of RGB (Red+Green+Blue) = 58+64+19=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4013 is #C5BFEC. Grayscale: #393939. Windows color (decimal): -12959725 or 1261626. OLE color: 1261626.

HSL color Cylindrical-coordinate representation of color #3A4013: hue angle of 68º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A4013 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB586419-
CMYK0.0900.700.75
HSL68º54.22%16.27%-
HSV(B)68º70.31%25.1%-
XYZ3.74.611.31-
YUV57.08106.51128.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=41.13%
G=45.39%
B=13.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864190.0900.700.756854.2216.27
Hex3A401390464B443610
Octal72100231101061131046620
Binary1110101000000100111001010001101001011100010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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