#334619

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

Shades of Turtle Green #334619

Tints of Turtle Green #334619

Color information

#334619 (or 0x334619) is unknown color: approx Turtle Green. HEX triplet: 33, 46 and 19. RGB value is (51,70,25). Sum of RGB (Red+Green+Blue) = 51+70+25=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #334619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334619 is #CCB9E6. Grayscale: #3B3B3B. Windows color (decimal): -13416935 or 1656371. OLE color: 1656371.

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

Color convert

RGB517025-
CMYK0.2700.640.73
HSL85.33º47.37%18.63%-
HSV(B)85.33º64.29%27.45%-
XYZ3.735.151.72-
YUV59.19108.71122.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=34.93%
G=47.95%
B=17.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170250.2700.640.7385.3347.3718.63
Hex3346191B04049552f13
Octal63106313301001111255723
Binary11001110001101100111011010000001001001101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334619; }

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

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

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

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

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

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

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

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