#3A401D

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

Shades of Turtle Green #3A401D

Tints of Turtle Green #3A401D

Color information

#3A401D (or 0x3A401D) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 1D. RGB value is (58,64,29). Sum of RGB (Red+Green+Blue) = 58+64+29=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #3A401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A401D is #C5BFE2. Grayscale: #3A3A3A. Windows color (decimal): -12959715 or 1916986. OLE color: 1916986.

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

Color convert

RGB586429-
CMYK0.0900.550.75
HSL70.29º37.63%18.24%-
HSV(B)70.29º54.69%25.1%-
XYZ3.84.661.86-
YUV58.22111.51127.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=38.41%
G=42.38%
B=19.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864290.0900.550.7570.2937.6318.24
Hex3A401D90374B462612
Octal7210035110671131064622
Binary111010100000011101100101101111001011100011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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