#3A4B16

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

Shades of Turtle Green #3A4B16

Tints of Turtle Green #3A4B16

Color information

#3A4B16 (or 0x3A4B16) is unknown color: approx Turtle Green. HEX triplet: 3A, 4B and 16. RGB value is (58,75,22). Sum of RGB (Red+Green+Blue) = 58+75+22=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4B16 is #C5B4E9. Grayscale: #404040. Windows color (decimal): -12956906 or 1461050. OLE color: 1461050.

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

Color convert

RGB587522-
CMYK0.2300.710.71
HSL79.25º54.64%19.02%-
HSV(B)79.25º70.67%29.41%-
XYZ4.415.991.68-
YUV63.88104.37123.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=37.42%
G=48.39%
B=14.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5875220.2300.710.7179.2554.6419.02
Hex3A4B1617047474f3713
Octal72113262701071071176723
Binary11101010010111011010111010001111000111100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,22); }

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

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

 a { background-color: rgb(58,75,22); }

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

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

 span { border-color: rgb(58,75,22); }

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