#333B16

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

Shades of Turtle Green #333B16

Tints of Turtle Green #333B16

Color information

#333B16 (or 0x333B16) is unknown color: approx Turtle Green. HEX triplet: 33, 3B and 16. RGB value is (51,59,22). Sum of RGB (Red+Green+Blue) = 51+59+22=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 59 - color contains mainly: green. Hex color #333B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333B16 is #CCC4E9. Grayscale: #343434. Windows color (decimal): -13419754 or 1456947. OLE color: 1456947.

HSL color Cylindrical-coordinate representation of color #333B16: hue angle of 72.97º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333B16 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.

Color convert

RGB515922-
CMYK0.1400.630.77
HSL72.97º45.68%15.88%-
HSV(B)72.97º62.71%23.14%-
XYZ3.073.891.35-
YUV52.39110.85127.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 59 (23.44% from 255) = 44.70%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=38.64%
G=44.70%
B=16.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5159220.1400.630.7772.9745.6815.88
Hex333B16E03F4D492e10
Octal637326160771151115620
Binary11001111101110110111001111111001101100100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333B16; }

 p { color: rgb(51,59,22); }

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

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

 a { background-color: rgb(51,59,22); }

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

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

 span { border-color: rgb(51,59,22); }

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