#3A4717

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

Shades of Turtle Green #3A4717

Tints of Turtle Green #3A4717

Color information

#3A4717 (or 0x3A4717) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 17. RGB value is (58,71,23). Sum of RGB (Red+Green+Blue) = 58+71+23=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4717 is #C5B8E8. Grayscale: #3D3D3D. Windows color (decimal): -12957929 or 1525562. OLE color: 1525562.

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

Color convert

RGB587123-
CMYK0.1800.680.72
HSL76.25º51.06%18.43%-
HSV(B)76.25º67.61%27.84%-
XYZ4.155.471.65-
YUV61.64106.19125.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=38.16%
G=46.71%
B=15.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871230.1800.680.7276.2551.0618.43
Hex3A471712044484c3312
Octal72107272201041101146322
Binary11101010001111011110010010001001001000100110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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