#344406

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

Shades of Turtle Green #344406

Tints of Turtle Green #344406

Color information

#344406 (or 0x344406) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 06. RGB value is (52,68,6). Sum of RGB (Red+Green+Blue) = 52+68+6=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #344406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344406 is #CBBBF9. Grayscale: #383838. Windows color (decimal): -13351930 or 410676. OLE color: 410676.

HSL color Cylindrical-coordinate representation of color #344406: hue angle of 75.48º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344406 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB52686-
CMYK0.2400.910.73
HSL75.48º83.78%14.51%-
HSV(B)75.48º91.18%26.67%-
XYZ3.524.880.93-
YUV56.1599.7125.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=41.27%
G=53.97%
B=4.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526860.2400.910.7375.4883.7814.51
Hex344461805B494b54f
Octal64104630013311111312417
Binary110100100010011011000010110111001001100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344406; }

 p { color: rgb(52,68,6); }

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

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

 a { background-color: rgb(52,68,6); }

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

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

 span { border-color: rgb(52,68,6); }

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