#334512

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

Shades of Turtle Green #334512

Tints of Turtle Green #334512

Color information

#334512 (or 0x334512) is unknown color: approx Turtle Green. HEX triplet: 33, 45 and 12. RGB value is (51,69,18). Sum of RGB (Red+Green+Blue) = 51+69+18=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #334512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334512 is #CCBAED. Grayscale: #393939. Windows color (decimal): -13417198 or 1197363. OLE color: 1197363.

HSL color Cylindrical-coordinate representation of color #334512: hue angle of 81.18º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334512 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB516918-
CMYK0.2600.740.73
HSL81.18º58.62%17.06%-
HSV(B)81.18º73.91%27.06%-
XYZ3.651.35-
YUV57.8105.54123.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=36.96%
G=50%
B=13.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169180.2600.740.7381.1858.6217.06
Hex3345121A04A49513b11
Octal63105223201121111217321
Binary11001110001011001011010010010101001001101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334512; }

 p { color: rgb(51,69,18); }

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

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

 a { background-color: rgb(51,69,18); }

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

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

 span { border-color: rgb(51,69,18); }

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