#333401

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

Shades of Turtle Green #333401

Tints of Turtle Green #333401

Color information

#333401 (or 0x333401) is unknown color: approx Turtle Green. HEX triplet: 33, 34 and 01. RGB value is (51,52,1). Sum of RGB (Red+Green+Blue) = 51+52+1=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #333401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333401 is #CCCBFE. Grayscale: #2E2E2E. Windows color (decimal): -13421567 or 78899. OLE color: 78899.

HSL color Cylindrical-coordinate representation of color #333401: hue angle of 61.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #333401 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB51521-
CMYK0.0200.980.80
HSL61.18º96.23%10.39%-
HSV(B)61.18º98.08%20.39%-
XYZ2.63.160.5-
YUV45.89102.67131.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=49.04%
G=50%
B=0.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal515210.0200.980.8061.1896.2310.39
Hex333412062503d60a
Octal63641201421207514012
Binary11001111010011001100010101000011110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333401; }

 p { color: rgb(51,52,1); }

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

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

 a { background-color: rgb(51,52,1); }

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

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

 span { border-color: rgb(51,52,1); }

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