#344709

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

Shades of Turtle Green #344709

Tints of Turtle Green #344709

Color information

#344709 (or 0x344709) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 09. RGB value is (52,71,9). Sum of RGB (Red+Green+Blue) = 52+71+9=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #344709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344709 is #CBB8F6. Grayscale: #3A3A3A. Windows color (decimal): -13351159 or 608052. OLE color: 608052.

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

Color convert

RGB52719-
CMYK0.2700.870.72
HSL78.39º77.5%15.69%-
HSV(B)78.39º87.32%27.84%-
XYZ3.725.261.08-
YUV58.25100.21123.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=39.39%
G=53.79%
B=6.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527190.2700.870.7278.3977.515.69
Hex344791B057484e4e10
Octal641071133012711011611620
Binary11010010001111001110110101011110010001001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344709; }

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

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

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

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

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

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

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

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