#344515

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

Shades of Turtle Green #344515

Tints of Turtle Green #344515

Color information

#344515 (or 0x344515) is unknown color: approx Turtle Green. HEX triplet: 34, 45 and 15. RGB value is (52,69,21). Sum of RGB (Red+Green+Blue) = 52+69+21=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #344515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344515 is #CBBAEA. Grayscale: #3A3A3A. Windows color (decimal): -13351659 or 1393972. OLE color: 1393972.

HSL color Cylindrical-coordinate representation of color #344515: hue angle of 81.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344515 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB526921-
CMYK0.2500.700.73
HSL81.25º53.33%17.65%-
HSV(B)81.25º69.57%27.06%-
XYZ3.685.041.49-
YUV58.44106.87123.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=36.62%
G=48.59%
B=14.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269210.2500.700.7381.2553.3317.65
Hex3445151904649513512
Octal64105253101061111216522
Binary11010010001011010111001010001101001001101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344515; }

 p { color: rgb(52,69,21); }

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

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

 a { background-color: rgb(52,69,21); }

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

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

 span { border-color: rgb(52,69,21); }

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