#3A4915

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

Shades of Turtle Green #3A4915

Tints of Turtle Green #3A4915

Color information

#3A4915 (or 0x3A4915) is unknown color: approx Turtle Green. HEX triplet: 3A, 49 and 15. RGB value is (58,73,21). Sum of RGB (Red+Green+Blue) = 58+73+21=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4915 is #C5B6EA. Grayscale: #3E3E3E. Windows color (decimal): -12957419 or 1395002. OLE color: 1395002.

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

Color convert

RGB587321-
CMYK0.2100.710.71
HSL77.31º55.32%18.43%-
HSV(B)77.31º71.23%28.63%-
XYZ4.265.721.59-
YUV62.59104.53124.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 73 (28.91% from 255) = 48.03%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=38.16%
G=48.03%
B=13.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873210.2100.710.7177.3155.3218.43
Hex3A491515047474d3712
Octal72111252501071071156722
Binary11101010010011010110101010001111000111100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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