#344717

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

Shades of Turtle Green #344717

Tints of Turtle Green #344717

Color information

#344717 (or 0x344717) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 17. RGB value is (52,71,23). Sum of RGB (Red+Green+Blue) = 52+71+23=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #344717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344717 is #CBB8E8. Grayscale: #3C3C3C. Windows color (decimal): -13351145 or 1525556. OLE color: 1525556.

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

Color convert

RGB527123-
CMYK0.2700.680.72
HSL83.75º51.06%18.43%-
HSV(B)83.75º67.61%27.84%-
XYZ3.825.31.63-
YUV59.85107.21122.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=35.62%
G=48.63%
B=15.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271230.2700.680.7283.7551.0618.43
Hex3447171B04448543312
Octal64107273301041101246322
Binary11010010001111011111011010001001001000101010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344717; }

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

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

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

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

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

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

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

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