#3A401E

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

Shades of Turtle Green #3A401E

Tints of Turtle Green #3A401E

Color information

#3A401E (or 0x3A401E) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 1E. RGB value is (58,64,30). Sum of RGB (Red+Green+Blue) = 58+64+30=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #3A401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A401E is #C5BFE1. Grayscale: #3A3A3A. Windows color (decimal): -12959714 or 1982522. OLE color: 1982522.

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

Color convert

RGB586430-
CMYK0.0900.530.75
HSL70.59º36.17%18.43%-
HSV(B)70.59º53.12%25.1%-
XYZ3.814.661.93-
YUV58.33112.01127.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=38.16%
G=42.11%
B=19.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864300.0900.530.7570.5936.1718.43
Hex3A401E90354B472412
Octal7210036110651131074422
Binary111010100000011110100101101011001011100011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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