#344507

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

Shades of Turtle Green #344507

Tints of Turtle Green #344507

Color information

#344507 (or 0x344507) is unknown color: approx Turtle Green. HEX triplet: 34, 45 and 07. RGB value is (52,69,7). Sum of RGB (Red+Green+Blue) = 52+69+7=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #344507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344507 is #CBBAF8. Grayscale: #393939. Windows color (decimal): -13351673 or 476468. OLE color: 476468.

HSL color Cylindrical-coordinate representation of color #344507: hue angle of 76.45º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #344507 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB52697-
CMYK0.2500.900.73
HSL76.45º81.58%14.9%-
HSV(B)76.45º89.86%27.06%-
XYZ3.5850.98-
YUV56.8599.87124.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=40.62%
G=53.91%
B=5.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526970.2500.900.7376.4581.5814.9
Hex344571905A494c52f
Octal64105731013211111412217
Binary110100100010111111001010110101001001100110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344507; }

 p { color: rgb(52,69,7); }

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

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

 a { background-color: rgb(52,69,7); }

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

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

 span { border-color: rgb(52,69,7); }

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