#333C08

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

Shades of Turtle Green #333C08

Tints of Turtle Green #333C08

Color information

#333C08 (or 0x333C08) is unknown color: approx Turtle Green. HEX triplet: 33, 3C and 08. RGB value is (51,60,8). Sum of RGB (Red+Green+Blue) = 51+60+8=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #333C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C08 is #CCC3F7. Grayscale: #333333. Windows color (decimal): -13419512 or 539699. OLE color: 539699.

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

Color convert

RGB51608-
CMYK0.1500.870.76
HSL70.38º76.47%13.33%-
HSV(B)70.38º86.67%23.53%-
XYZ3.023.950.83-
YUV51.38103.52127.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 60 (23.83% from 255) = 50.42%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=42.86%
G=50.42%
B=6.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal516080.1500.870.7670.3876.4713.33
Hex333C8F0574C464cd
Octal63741017012711410611415
Binary11001111110010001111010101111001100100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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