#344216

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

Shades of Turtle Green #344216

Tints of Turtle Green #344216

Color information

#344216 (or 0x344216) is unknown color: approx Turtle Green. HEX triplet: 34, 42 and 16. RGB value is (52,66,22). Sum of RGB (Red+Green+Blue) = 52+66+22=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #344216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344216 is #CBBDE9. Grayscale: #383838. Windows color (decimal): -13352426 or 1458740. OLE color: 1458740.

HSL color Cylindrical-coordinate representation of color #344216: hue angle of 79.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #344216 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB526622-
CMYK0.2100.670.74
HSL79.09º50%17.25%-
HSV(B)79.09º66.67%25.88%-
XYZ3.514.681.48-
YUV56.8108.36124.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=37.14%
G=47.14%
B=15.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266220.2100.670.7479.095017.25
Hex344216150434A4f3211
Octal64102262501031121176221
Binary11010010000101011010101010000111001010100111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344216; }

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

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

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

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

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

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

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

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