#334018

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

Shades of Turtle Green #334018

Tints of Turtle Green #334018

Color information

#334018 (or 0x334018) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 18. RGB value is (51,64,24). Sum of RGB (Red+Green+Blue) = 51+64+24=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #334018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334018 is #CCBFE7. Grayscale: #373737. Windows color (decimal): -13418472 or 1589299. OLE color: 1589299.

HSL color Cylindrical-coordinate representation of color #334018: hue angle of 79.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334018 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB516424-
CMYK0.2000.620.75
HSL79.5º45.45%17.25%-
HSV(B)79.5º62.5%25.1%-
XYZ3.364.441.54-
YUV55.55110.19124.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=36.69%
G=46.04%
B=17.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164240.2000.620.7579.545.4517.25
Hex3340181403E4B502d11
Octal6310030240761131205521
Binary1100111000000110001010001111101001011101000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334018; }

 p { color: rgb(51,64,24); }

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

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

 a { background-color: rgb(51,64,24); }

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

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

 span { border-color: rgb(51,64,24); }

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