#344716

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

Shades of Turtle Green #344716

Tints of Turtle Green #344716

Color information

#344716 (or 0x344716) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 16. RGB value is (52,71,22). Sum of RGB (Red+Green+Blue) = 52+71+22=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #344716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344716 is #CBB8E9. Grayscale: #3B3B3B. Windows color (decimal): -13351146 or 1460020. OLE color: 1460020.

HSL color Cylindrical-coordinate representation of color #344716: hue angle of 83.27º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344716 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB527122-
CMYK0.2700.690.72
HSL83.27º52.69%18.24%-
HSV(B)83.27º69.01%27.84%-
XYZ3.815.291.58-
YUV59.73106.71122.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=35.86%
G=48.97%
B=15.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271220.2700.690.7283.2752.6918.24
Hex3447161B04548533512
Octal64107263301051101236522
Binary11010010001111011011011010001011001000101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344716; }

 p { color: rgb(52,71,22); }

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

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

 a { background-color: rgb(52,71,22); }

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

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

 span { border-color: rgb(52,71,22); }

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