#34500A

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

Shades of Turtle Green #34500A

Tints of Turtle Green #34500A

Color information

#34500A (or 0x34500A) is unknown color: approx Turtle Green. HEX triplet: 34, 50 and 0A. RGB value is (52,80,10). Sum of RGB (Red+Green+Blue) = 52+80+10=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #34500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34500A is #CBAFF5. Grayscale: #3F3F3F. Windows color (decimal): -13348854 or 675892. OLE color: 675892.

HSL color Cylindrical-coordinate representation of color #34500A: hue angle of 84º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34500A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB528010-
CMYK0.3500.870.69
HSL84º77.78%17.65%-
HSV(B)84º87.5%31.37%-
XYZ4.346.491.31-
YUV63.6597.72119.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 80 (31.64% from 255) = 56.34%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=36.62%
G=56.34%
B=7.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280100.3500.870.698477.7817.65
Hex3450A2305745544e12
Octal641201243012710512411622
Binary110100101000010101000110101011110001011010100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34500A; }

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

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

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

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

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

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

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

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