#333C00

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

Shades of Turtle Green #333C00

Tints of Turtle Green #333C00

Color information

#333C00 (or 0x333C00) is unknown color: approx Turtle Green. HEX triplet: 33, 3C and 00. RGB value is (51,60,0). Sum of RGB (Red+Green+Blue) = 51+60+0=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #333C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C00 is #CCC3FF. Grayscale: #323232. Windows color (decimal): -13419520 or 15411. OLE color: 15411.

HSL color Cylindrical-coordinate representation of color #333C00: hue angle of 69º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #333C00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB51600-
CMYK0.15010.76
HSL69º100%11.76%-
HSV(B)69º100%23.53%-
XYZ2.983.940.6-
YUV50.4799.52128.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 60 (23.83% from 255) = 54.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.95%
G=54.05%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal516000.15010.766910011.76
Hex333C0F0644C4564c
Octal6374017014411410514414
Binary11001111110001111011001001001100100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,60,0); }

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

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

 a { background-color: rgb(51,60,0); }

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

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

 span { border-color: rgb(51,60,0); }

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