#3A471F

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

Shades of Turtle Green #3A471F

Tints of Turtle Green #3A471F

Color information

#3A471F (or 0x3A471F) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 1F. RGB value is (58,71,31). Sum of RGB (Red+Green+Blue) = 58+71+31=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #3A471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A471F is #C5B8E0. Grayscale: #3E3E3E. Windows color (decimal): -12957921 or 2049850. OLE color: 2049850.

HSL color Cylindrical-coordinate representation of color #3A471F: hue angle of 79.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A471F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB587131-
CMYK0.1800.560.72
HSL79.5º39.22%20%-
HSV(B)79.5º56.34%27.84%-
XYZ4.255.52.14-
YUV62.55110.19124.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=36.25%
G=44.38%
B=19.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871310.1800.560.7279.539.2220
Hex3A471F1203848502714
Octal7210737220701101204724
Binary1110101000111111111001001110001001000101000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,31); }

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

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

 a { background-color: rgb(58,71,31); }

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

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

 span { border-color: rgb(58,71,31); }

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