#344605

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

Shades of Turtle Green #344605

Tints of Turtle Green #344605

Color information

#344605 (or 0x344605) is unknown color: approx Turtle Green. HEX triplet: 34, 46 and 05. RGB value is (52,70,5). Sum of RGB (Red+Green+Blue) = 52+70+5=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #344605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344605 is #CBB9FA. Grayscale: #393939. Windows color (decimal): -13351419 or 345652. OLE color: 345652.

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

Color convert

RGB52705-
CMYK0.2600.930.73
HSL76.62º86.67%14.71%-
HSV(B)76.62º92.86%27.45%-
XYZ3.635.120.94-
YUV57.2198.54124.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=40.94%
G=55.12%
B=3.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal527050.2600.930.7376.6286.6714.71
Hex344651A05D494d57f
Octal64106532013511111512717
Binary110100100011010111010010111011001001100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344605; }

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

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

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

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

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

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

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

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