#344006

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

Shades of Turtle Green #344006

Tints of Turtle Green #344006

Color information

#344006 (or 0x344006) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 06. RGB value is (52,64,6). Sum of RGB (Red+Green+Blue) = 52+64+6=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #344006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344006 is #CBBFF9. Grayscale: #363636. Windows color (decimal): -13352954 or 409652. OLE color: 409652.

HSL color Cylindrical-coordinate representation of color #344006: hue angle of 72.41º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344006 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB52646-
CMYK0.1900.910.75
HSL72.41º82.86%13.73%-
HSV(B)72.41º90.62%25.1%-
XYZ3.284.410.85-
YUV53.8101.02126.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=42.62%
G=52.46%
B=4.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal526460.1900.910.7572.4182.8613.73
Hex344061305B4B4853e
Octal64100623013311311012316
Binary110100100000011010011010110111001011100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344006; }

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

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

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

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

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

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

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

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