#333614

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

Shades of Turtle Green #333614

Tints of Turtle Green #333614

Color information

#333614 (or 0x333614) is unknown color: approx Turtle Green. HEX triplet: 33, 36 and 14. RGB value is (51,54,20). Sum of RGB (Red+Green+Blue) = 51+54+20=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #333614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333614 is #CCC9EB. Grayscale: #313131. Windows color (decimal): -13421036 or 1324595. OLE color: 1324595.

HSL color Cylindrical-coordinate representation of color #333614: hue angle of 65.29º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333614 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB515420-
CMYK0.0600.630.79
HSL65.29º45.95%14.51%-
HSV(B)65.29º62.96%21.18%-
XYZ2.813.391.17-
YUV49.23111.51129.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 20 (8.20% from 255) = 16%
R=40.8%
G=43.2%
B=16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5154200.0600.630.7965.2945.9514.51
Hex333614603F4F412ef
Octal63662460771171015617
Binary110011110110101001100111111100111110000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333614; }

 p { color: rgb(51,54,20); }

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

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

 a { background-color: rgb(51,54,20); }

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

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

 span { border-color: rgb(51,54,20); }

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