#3A4305

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

Shades of Turtle Green #3A4305

Tints of Turtle Green #3A4305

Color information

#3A4305 (or 0x3A4305) is unknown color: approx Turtle Green. HEX triplet: 3A, 43 and 05. RGB value is (58,67,5). Sum of RGB (Red+Green+Blue) = 58+67+5=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4305 is #C5BCFA. Grayscale: #393939. Windows color (decimal): -12958971 or 344890. OLE color: 344890.

HSL color Cylindrical-coordinate representation of color #3A4305: hue angle of 68.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A4305 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB58675-
CMYK0.1300.930.74
HSL68.71º86.11%14.12%-
HSV(B)68.71º92.54%26.27%-
XYZ3.784.920.89-
YUV57.2498.52128.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=44.62%
G=51.54%
B=3.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal586750.1300.930.7468.7186.1114.12
Hex3A435D05D4A4556e
Octal72103515013511210512616
Binary11101010000111011101010111011001010100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,5); }

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

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

 a { background-color: rgb(58,67,5); }

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

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

 span { border-color: rgb(58,67,5); }

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