#3A441C

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

Shades of Turtle Green #3A441C

Tints of Turtle Green #3A441C

Color information

#3A441C (or 0x3A441C) is unknown color: approx Turtle Green. HEX triplet: 3A, 44 and 1C. RGB value is (58,68,28). Sum of RGB (Red+Green+Blue) = 58+68+28=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441C is #C5BBE3. Grayscale: #3C3C3C. Windows color (decimal): -12958692 or 1852474. OLE color: 1852474.

HSL color Cylindrical-coordinate representation of color #3A441C: hue angle of 75º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A441C is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB586828-
CMYK0.1500.590.73
HSL75º41.67%18.82%-
HSV(B)75º58.82%26.67%-
XYZ4.025.121.87-
YUV60.45109.69126.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=37.66%
G=44.16%
B=18.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868280.1500.590.737541.6718.82
Hex3A441CF03B494b2a13
Octal7210434170731111135223
Binary111010100010011100111101110111001001100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,28); }

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

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

 a { background-color: rgb(58,68,28); }

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

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

 span { border-color: rgb(58,68,28); }

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