#3A4917

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

Shades of Turtle Green #3A4917

Tints of Turtle Green #3A4917

Color information

#3A4917 (or 0x3A4917) is unknown color: approx Turtle Green. HEX triplet: 3A, 49 and 17. RGB value is (58,73,23). Sum of RGB (Red+Green+Blue) = 58+73+23=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4917 is #C5B6E8. Grayscale: #3F3F3F. Windows color (decimal): -12957417 or 1526074. OLE color: 1526074.

HSL color Cylindrical-coordinate representation of color #3A4917: hue angle of 78º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A4917 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB587323-
CMYK0.2100.680.71
HSL78º52.08%18.82%-
HSV(B)78º68.49%28.63%-
XYZ4.285.731.69-
YUV62.82105.53124.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=37.66%
G=47.40%
B=14.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873230.2100.680.717852.0818.82
Hex3A491715044474e3413
Octal72111272501041071166423
Binary11101010010011011110101010001001000111100111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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