#3A480E

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

Shades of Turtle Green #3A480E

Tints of Turtle Green #3A480E

Color information

#3A480E (or 0x3A480E) is unknown color: approx Turtle Green. HEX triplet: 3A, 48 and 0E. RGB value is (58,72,14). Sum of RGB (Red+Green+Blue) = 58+72+14=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #3A480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A480E is #C5B7F1. Grayscale: #3D3D3D. Windows color (decimal): -12957682 or 935994. OLE color: 935994.

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

Color convert

RGB587214-
CMYK0.1900.810.72
HSL74.48º67.44%16.86%-
HSV(B)74.48º80.56%28.24%-
XYZ4.145.571.27-
YUV61.2101.36125.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=40.28%
G=50%
B=9.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872140.1900.810.7274.4867.4416.86
Hex3A48E13051484a4311
Octal721101623012111011210321
Binary11101010010001110100110101000110010001001010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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