#34500E

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

Shades of Turtle Green #34500E

Tints of Turtle Green #34500E

Color information

#34500E (or 0x34500E) is unknown color: approx Turtle Green. HEX triplet: 34, 50 and 0E. RGB value is (52,80,14). Sum of RGB (Red+Green+Blue) = 52+80+14=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #34500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34500E is #CBAFF1. Grayscale: #404040. Windows color (decimal): -13348850 or 938036. OLE color: 938036.

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

Color convert

RGB528014-
CMYK0.3500.830.69
HSL85.45º70.21%18.43%-
HSV(B)85.45º82.5%31.37%-
XYZ4.366.51.44-
YUV64.199.72119.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=35.62%
G=54.79%
B=9.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280140.3500.830.6985.4570.2118.43
Hex3450E2305345554612
Octal641201643012310512510622
Binary110100101000011101000110101001110001011010101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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