#333F1C

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

Shades of Turtle Green #333F1C

Tints of Turtle Green #333F1C

Color information

#333F1C (or 0x333F1C) is unknown color: approx Turtle Green. HEX triplet: 33, 3F and 1C. RGB value is (51,63,28). Sum of RGB (Red+Green+Blue) = 51+63+28=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #333F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F1C is #CCC0E3. Grayscale: #373737. Windows color (decimal): -13418724 or 1851187. OLE color: 1851187.

HSL color Cylindrical-coordinate representation of color #333F1C: hue angle of 80.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333F1C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB516328-
CMYK0.1900.560.75
HSL80.57º38.46%17.84%-
HSV(B)80.57º55.56%24.71%-
XYZ3.354.341.76-
YUV55.42112.52124.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=35.92%
G=44.37%
B=19.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5163280.1900.560.7580.5738.4617.84
Hex333F1C130384B512612
Octal637734230701131214622
Binary110011111111111001001101110001001011101000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,63,28); }

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

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

 a { background-color: rgb(51,63,28); }

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

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

 span { border-color: rgb(51,63,28); }

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