#344917

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

Shades of Turtle Green #344917

Tints of Turtle Green #344917

Color information

#344917 (or 0x344917) is unknown color: approx Turtle Green. HEX triplet: 34, 49 and 17. RGB value is (52,73,23). Sum of RGB (Red+Green+Blue) = 52+73+23=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #344917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344917 is #CBB6E8. Grayscale: #3D3D3D. Windows color (decimal): -13350633 or 1526068. OLE color: 1526068.

HSL color Cylindrical-coordinate representation of color #344917: hue angle of 85.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344917 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB527323-
CMYK0.2900.680.71
HSL85.2º52.08%18.82%-
HSV(B)85.2º68.49%28.63%-
XYZ3.955.561.67-
YUV61.02106.54121.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=35.14%
G=49.32%
B=15.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273230.2900.680.7185.252.0818.82
Hex3449171D04447553413
Octal64111273501041071256423
Binary11010010010011011111101010001001000111101010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344917; }

 p { color: rgb(52,73,23); }

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

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

 a { background-color: rgb(52,73,23); }

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

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

 span { border-color: rgb(52,73,23); }

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