#334413

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

Shades of Turtle Green #334413

Tints of Turtle Green #334413

Color information

#334413 (or 0x334413) is unknown color: approx Turtle Green. HEX triplet: 33, 44 and 13. RGB value is (51,68,19). Sum of RGB (Red+Green+Blue) = 51+68+19=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #334413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334413 is #CCBBEC. Grayscale: #393939. Windows color (decimal): -13417453 or 1262643. OLE color: 1262643.

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

Color convert

RGB516819-
CMYK0.2500.720.73
HSL80.82º56.32%17.06%-
HSV(B)80.82º72.06%26.67%-
XYZ3.554.891.37-
YUV57.33106.37123.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=36.96%
G=49.28%
B=13.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168190.2500.720.7380.8256.3217.06
Hex3344131904849513811
Octal63104233101101111217021
Binary11001110001001001111001010010001001001101000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334413; }

 p { color: rgb(51,68,19); }

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

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

 a { background-color: rgb(51,68,19); }

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

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

 span { border-color: rgb(51,68,19); }

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