#393D03

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

Shades of Turtle Green #393D03

Tints of Turtle Green #393D03

Color information

#393D03 (or 0x393D03) is unknown color: approx Turtle Green. HEX triplet: 39, 3D and 03. RGB value is (57,61,3). Sum of RGB (Red+Green+Blue) = 57+61+3=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #393D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D03 is #C6C2FC. Grayscale: #353535. Windows color (decimal): -13026045 or 212281. OLE color: 212281.

HSL color Cylindrical-coordinate representation of color #393D03: hue angle of 64.14º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #393D03 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB57613-
CMYK0.0700.950.76
HSL64.14º90.62%12.55%-
HSV(B)64.14º95.08%23.92%-
XYZ3.374.210.72-
YUV53.1999.67130.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 61 (24.22% from 255) = 50.41%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=47.11%
G=50.41%
B=2.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal576130.0700.950.7664.1490.6212.55
Hex393D3705F4C405bd
Octal717537013711410013315
Binary11100111110111111010111111001100100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393D03; }

 p { color: rgb(57,61,3); }

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

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

 a { background-color: rgb(57,61,3); }

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

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

 span { border-color: rgb(57,61,3); }

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