#3A4017

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

Shades of Turtle Green #3A4017

Tints of Turtle Green #3A4017

Color information

#3A4017 (or 0x3A4017) is unknown color: approx Turtle Green. HEX triplet: 3A, 40 and 17. RGB value is (58,64,23). Sum of RGB (Red+Green+Blue) = 58+64+23=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4017 is #C5BFE8. Grayscale: #393939. Windows color (decimal): -12959721 or 1523770. OLE color: 1523770.

HSL color Cylindrical-coordinate representation of color #3A4017: hue angle of 68.78º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A4017 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB586423-
CMYK0.0900.640.75
HSL68.78º47.13%17.06%-
HSV(B)68.78º64.06%25.1%-
XYZ3.734.631.51-
YUV57.53108.51128.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=40%
G=44.14%
B=15.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864230.0900.640.7568.7847.1317.06
Hex3A401790404B452f11
Octal72100271101001131055721
Binary1110101000000101111001010000001001011100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,23); }

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

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

 a { background-color: rgb(58,64,23); }

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

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

 span { border-color: rgb(58,64,23); }

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