#334418

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

Shades of Turtle Green #334418

Tints of Turtle Green #334418

Color information

#334418 (or 0x334418) is unknown color: approx Turtle Green. HEX triplet: 33, 44 and 18. RGB value is (51,68,24). Sum of RGB (Red+Green+Blue) = 51+68+24=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #334418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334418 is #CCBBE7. Grayscale: #3A3A3A. Windows color (decimal): -13417448 or 1590323. OLE color: 1590323.

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

Color convert

RGB516824-
CMYK0.2500.650.73
HSL83.18º47.83%18.04%-
HSV(B)83.18º64.71%26.67%-
XYZ3.64.91.62-
YUV57.9108.87123.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=35.66%
G=47.55%
B=16.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168240.2500.650.7383.1847.8318.04
Hex3344181904149533012
Octal63104303101011111236022
Binary11001110001001100011001010000011001001101001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334418; }

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

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

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

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

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

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

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

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