#334618

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

Shades of Turtle Green #334618

Tints of Turtle Green #334618

Color information

#334618 (or 0x334618) is unknown color: approx Turtle Green. HEX triplet: 33, 46 and 18. RGB value is (51,70,24). Sum of RGB (Red+Green+Blue) = 51+70+24=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #334618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334618 is #CCB9E7. Grayscale: #3B3B3B. Windows color (decimal): -13416936 or 1590835. OLE color: 1590835.

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

Color convert

RGB517024-
CMYK0.2700.660.73
HSL84.78º48.94%18.43%-
HSV(B)84.78º65.71%27.45%-
XYZ3.725.151.66-
YUV59.08108.21122.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=35.17%
G=48.28%
B=16.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170240.2700.660.7384.7848.9418.43
Hex3346181B04249553112
Octal63106303301021111256122
Binary11001110001101100011011010000101001001101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334618; }

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

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

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

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

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

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

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

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