#3A481F

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

Shades of Turtle Green #3A481F

Tints of Turtle Green #3A481F

Color information

#3A481F (or 0x3A481F) is unknown color: approx Turtle Green. HEX triplet: 3A, 48 and 1F. RGB value is (58,72,31). Sum of RGB (Red+Green+Blue) = 58+72+31=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #3A481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A481F is #C5B7E0. Grayscale: #3F3F3F. Windows color (decimal): -12957665 or 2050106. OLE color: 2050106.

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

Color convert

RGB587231-
CMYK0.1900.570.72
HSL80.49º39.81%20.2%-
HSV(B)80.49º56.94%28.24%-
XYZ4.315.632.16-
YUV63.14109.86124.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=36.02%
G=44.72%
B=19.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872310.1900.570.7280.4939.8120.2
Hex3A481F1303948502814
Octal7211037230711101205024
Binary1110101001000111111001101110011001000101000010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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