#3A401A

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

Shades of Turtle Green #3A401A

Tints of Turtle Green #3A401A

Color information

#3A401A (or 0x3A401A) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 1A. RGB value is (58,64,26). Sum of RGB (Red+Green+Blue) = 58+64+26=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #3A401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A401A is #C5BFE5. Grayscale: #3A3A3A. Windows color (decimal): -12959718 or 1720378. OLE color: 1720378.

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

Color convert

RGB586426-
CMYK0.0900.590.75
HSL69.47º42.22%17.65%-
HSV(B)69.47º59.38%25.1%-
XYZ3.764.641.67-
YUV57.87110.01128.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=39.19%
G=43.24%
B=17.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864260.0900.590.7569.4742.2217.65
Hex3A401A903B4B452a12
Octal7210032110731131055222
Binary111010100000011010100101110111001011100010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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