#3A4708

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

Shades of Turtle Green #3A4708

Tints of Turtle Green #3A4708

Color information

#3A4708 (or 0x3A4708) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 08. RGB value is (58,71,8). Sum of RGB (Red+Green+Blue) = 58+71+8=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4708 is #C5B8F7. Grayscale: #3C3C3C. Windows color (decimal): -12957944 or 542522. OLE color: 542522.

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

Color convert

RGB58718-
CMYK0.1800.890.72
HSL72.38º79.75%15.49%-
HSV(B)72.38º88.73%27.84%-
XYZ4.045.421.06-
YUV59.9398.69126.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.34%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=42.34%
G=51.82%
B=5.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal587180.1800.890.7272.3879.7515.49
Hex3A47812059484850f
Octal721071022013111011012017
Binary1110101000111100010010010110011001000100100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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