#334519

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

Shades of Turtle Green #334519

Tints of Turtle Green #334519

Color information

#334519 (or 0x334519) is unknown color: approx Turtle Green. HEX triplet: 33, 45 and 19. RGB value is (51,69,25). Sum of RGB (Red+Green+Blue) = 51+69+25=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #334519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334519 is #CCBAE6. Grayscale: #3A3A3A. Windows color (decimal): -13417191 or 1656115. OLE color: 1656115.

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

Color convert

RGB516925-
CMYK0.2600.640.73
HSL84.55º46.81%18.43%-
HSV(B)84.55º63.77%27.06%-
XYZ3.675.031.7-
YUV58.6109.04122.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=35.17%
G=47.59%
B=17.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169250.2600.640.7384.5546.8118.43
Hex3345191A04049552f12
Octal63105313201001111255722
Binary11001110001011100111010010000001001001101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334519; }

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

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

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

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

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

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

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

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