#393F1C

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

Shades of Turtle Green #393F1C

Tints of Turtle Green #393F1C

Color information

#393F1C (or 0x393F1C) is unknown color: approx Turtle Green. HEX triplet: 39, 3F and 1C. RGB value is (57,63,28). Sum of RGB (Red+Green+Blue) = 57+63+28=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #393F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F1C is #C6C0E3. Grayscale: #393939. Windows color (decimal): -13025508 or 1851193. OLE color: 1851193.

HSL color Cylindrical-coordinate representation of color #393F1C: hue angle of 70.29º 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 #393F1C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB576328-
CMYK0.1000.560.75
HSL70.29º38.46%17.84%-
HSV(B)70.29º55.56%24.71%-
XYZ3.674.511.78-
YUV57.22111.51127.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=38.51%
G=42.57%
B=18.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763280.1000.560.7570.2938.4617.84
Hex393F1CA0384B462612
Octal717734120701131064622
Binary11100111111111100101001110001001011100011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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