#345013

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

Shades of Turtle Green #345013

Tints of Turtle Green #345013

Color information

#345013 (or 0x345013) is unknown color: approx Turtle Green. HEX triplet: 34, 50 and 13. RGB value is (52,80,19). Sum of RGB (Red+Green+Blue) = 52+80+19=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #345013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345013 is #CBAFEC. Grayscale: #404040. Windows color (decimal): -13348845 or 1265716. OLE color: 1265716.

HSL color Cylindrical-coordinate representation of color #345013: hue angle of 87.54º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345013 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB528019-
CMYK0.3500.760.69
HSL87.54º61.62%19.41%-
HSV(B)87.54º76.25%31.37%-
XYZ4.46.511.64-
YUV64.67102.22118.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=34.44%
G=52.98%
B=12.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280190.3500.760.6987.5461.6219.41
Hex3450132304C45583e13
Octal64120234301141051307623
Binary110100101000010011100011010011001000101101100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345013; }

 p { color: rgb(52,80,19); }

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

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

 a { background-color: rgb(52,80,19); }

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

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

 span { border-color: rgb(52,80,19); }

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