#3A4101

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

Shades of Turtle Green #3A4101

Tints of Turtle Green #3A4101

Color information

#3A4101 (or 0x3A4101) is unknown color: approx Turtle Green. HEX triplet: 3A, 41 and 01. RGB value is (58,65,1). Sum of RGB (Red+Green+Blue) = 58+65+1=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4101 is #C5BEFE. Grayscale: #373737. Windows color (decimal): -12959487 or 82234. OLE color: 82234.

HSL color Cylindrical-coordinate representation of color #3A4101: hue angle of 66.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A4101 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB58651-
CMYK0.1100.980.75
HSL66.56º96.97%12.94%-
HSV(B)66.56º98.46%25.49%-
XYZ3.644.680.74-
YUV55.6197.18129.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=46.77%
G=52.42%
B=0.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal586510.1100.980.7566.5696.9712.94
Hex3A411B0624B4361d
Octal72101113014211310314115
Binary111010100000111011011000101001011100001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,1); }

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

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

 a { background-color: rgb(58,65,1); }

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

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

 span { border-color: rgb(58,65,1); }

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