#344705

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

Shades of Turtle Green #344705

Tints of Turtle Green #344705

Color information

#344705 (or 0x344705) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 05. RGB value is (52,71,5). Sum of RGB (Red+Green+Blue) = 52+71+5=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #344705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344705 is #CBB8FA. Grayscale: #3A3A3A. Windows color (decimal): -13351163 or 345908. OLE color: 345908.

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

Color convert

RGB52715-
CMYK0.2700.930.72
HSL77.27º86.84%14.9%-
HSV(B)77.27º92.96%27.84%-
XYZ3.75.250.96-
YUV57.898.21123.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=40.62%
G=55.47%
B=3.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527150.2700.930.7277.2786.8414.9
Hex344751B05D484d57f
Octal64107533013511011512717
Binary110100100011110111011010111011001000100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344705; }

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

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

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

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

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

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

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

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