#333914

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

Shades of Turtle Green #333914

Tints of Turtle Green #333914

Color information

#333914 (or 0x333914) is unknown color: approx Turtle Green. HEX triplet: 33, 39 and 14. RGB value is (51,57,20). Sum of RGB (Red+Green+Blue) = 51+57+20=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #333914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333914 is #CCC6EB. Grayscale: #333333. Windows color (decimal): -13420268 or 1325363. OLE color: 1325363.

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

Color convert

RGB515720-
CMYK0.1100.650.78
HSL69.73º48.05%15.1%-
HSV(B)69.73º64.91%22.35%-
XYZ2.953.681.22-
YUV50.99110.51128.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=39.84%
G=44.53%
B=15.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5157200.1100.650.7869.7348.0515.1
Hex333914B0414E4630f
Octal6371241301011161066017
Binary11001111100110100101101000001100111010001101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333914; }

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

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

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

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

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

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

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

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