#3A411D

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

Shades of Turtle Green #3A411D

Tints of Turtle Green #3A411D

Color information

#3A411D (or 0x3A411D) is unknown color: approx Turtle Green. HEX triplet: 3A, 41 and 1D. RGB value is (58,65,29). Sum of RGB (Red+Green+Blue) = 58+65+29=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #3A411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A411D is #C5BEE2. Grayscale: #3A3A3A. Windows color (decimal): -12959459 or 1917242. OLE color: 1917242.

HSL color Cylindrical-coordinate representation of color #3A411D: hue angle of 71.67º 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 #3A411D is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB586529-
CMYK0.1100.550.75
HSL71.67º38.3%18.43%-
HSV(B)71.67º55.38%25.49%-
XYZ3.864.771.88-
YUV58.8111.18127.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=38.16%
G=42.76%
B=19.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865290.1100.550.7571.6738.318.43
Hex3A411DB0374B482612
Octal7210135130671131104622
Binary111010100000111101101101101111001011100100010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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