#344519

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

Shades of Turtle Green #344519

Tints of Turtle Green #344519

Color information

#344519 (or 0x344519) is unknown color: approx Turtle Green. HEX triplet: 34, 45 and 19. RGB value is (52,69,25). Sum of RGB (Red+Green+Blue) = 52+69+25=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #344519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344519 is #CBBAE6. Grayscale: #3B3B3B. Windows color (decimal): -13351655 or 1656116. OLE color: 1656116.

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

Color convert

RGB526925-
CMYK0.2500.640.73
HSL83.18º46.81%18.43%-
HSV(B)83.18º63.77%27.06%-
XYZ3.725.061.7-
YUV58.9108.87123.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=35.62%
G=47.26%
B=17.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269250.2500.640.7383.1846.8118.43
Hex3445191904049532f12
Octal64105313101001111235722
Binary11010010001011100111001010000001001001101001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344519; }

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

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

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

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

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

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

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

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