#333714

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

Shades of Turtle Green #333714

Tints of Turtle Green #333714

Color information

#333714 (or 0x333714) is unknown color: approx Turtle Green. HEX triplet: 33, 37 and 14. RGB value is (51,55,20). Sum of RGB (Red+Green+Blue) = 51+55+20=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #333714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333714 is #CCC8EB. Grayscale: #313131. Windows color (decimal): -13420780 or 1324851. OLE color: 1324851.

HSL color Cylindrical-coordinate representation of color #333714: hue angle of 66.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333714 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB515520-
CMYK0.0700.640.78
HSL66.86º46.67%14.71%-
HSV(B)66.86º63.64%21.57%-
XYZ2.863.491.18-
YUV49.81111.17128.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 55 (21.88% from 255) = 43.65%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=40.48%
G=43.65%
B=15.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5155200.0700.640.7866.8646.6714.71
Hex33371470404E432ff
Octal636724701001161035717
Binary1100111101111010011101000000100111010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333714; }

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

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

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

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

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

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

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

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