#3A470E

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

Shades of Turtle Green #3A470E

Tints of Turtle Green #3A470E

Color information

#3A470E (or 0x3A470E) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 0E. RGB value is (58,71,14). Sum of RGB (Red+Green+Blue) = 58+71+14=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #3A470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A470E is #C5B8F1. Grayscale: #3C3C3C. Windows color (decimal): -12957938 or 935738. OLE color: 935738.

HSL color Cylindrical-coordinate representation of color #3A470E: hue angle of 73.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A470E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB587114-
CMYK0.1800.800.72
HSL73.68º67.06%16.67%-
HSV(B)73.68º80.28%27.84%-
XYZ4.085.441.25-
YUV60.61101.69126.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=40.56%
G=49.65%
B=9.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871140.1800.800.7273.6867.0616.67
Hex3A47E12050484a4311
Octal721071622012011011210321
Binary11101010001111110100100101000010010001001010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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