#3A460F

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

Shades of Turtle Green #3A460F

Tints of Turtle Green #3A460F

Color information

#3A460F (or 0x3A460F) is unknown color: approx Turtle Green. HEX triplet: 3A, 46 and 0F. RGB value is (58,70,15). Sum of RGB (Red+Green+Blue) = 58+70+15=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #3A460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A460F is #C5B9F0. Grayscale: #3C3C3C. Windows color (decimal): -12958193 or 1001018. OLE color: 1001018.

HSL color Cylindrical-coordinate representation of color #3A460F: hue angle of 73.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A460F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB587015-
CMYK0.1700.790.73
HSL73.09º64.71%16.67%-
HSV(B)73.09º78.57%27.45%-
XYZ4.025.311.27-
YUV60.14102.52126.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=40.56%
G=48.95%
B=10.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5870150.1700.790.7373.0964.7116.67
Hex3A46F1104F49494111
Octal721061721011711111110121
Binary11101010001101111100010100111110010011001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,15); }

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

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

 a { background-color: rgb(58,70,15); }

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

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

 span { border-color: rgb(58,70,15); }

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