#333D13

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

Shades of Turtle Green #333D13

Tints of Turtle Green #333D13

Color information

#333D13 (or 0x333D13) is unknown color: approx Turtle Green. HEX triplet: 33, 3D and 13. RGB value is (51,61,19). Sum of RGB (Red+Green+Blue) = 51+61+19=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #333D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333D13 is #CCC2EC. Grayscale: #353535. Windows color (decimal): -13419245 or 1260851. OLE color: 1260851.

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

Color convert

RGB516119-
CMYK0.1600.690.76
HSL74.29º52.5%15.69%-
HSV(B)74.29º68.85%23.92%-
XYZ3.154.091.24-
YUV53.22108.69126.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 61 (24.22% from 255) = 46.56%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=38.93%
G=46.56%
B=14.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5161190.1600.690.7674.2952.515.69
Hex333D13100454C4a3410
Octal6375232001051141126420
Binary1100111111011001110000010001011001100100101011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,61,19); }

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

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

 a { background-color: rgb(51,61,19); }

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

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

 span { border-color: rgb(51,61,19); }

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