#393F1D

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

Shades of Turtle Green #393F1D

Tints of Turtle Green #393F1D

Color information

#393F1D (or 0x393F1D) is unknown color: approx Turtle Green. HEX triplet: 39, 3F and 1D. RGB value is (57,63,29). Sum of RGB (Red+Green+Blue) = 57+63+29=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #393F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F1D is #C6C0E2. Grayscale: #393939. Windows color (decimal): -13025507 or 1916729. OLE color: 1916729.

HSL color Cylindrical-coordinate representation of color #393F1D: hue angle of 70.59º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393F1D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB576329-
CMYK0.1000.540.75
HSL70.59º36.96%18.04%-
HSV(B)70.59º53.97%24.71%-
XYZ3.694.511.84-
YUV57.33112.01127.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 63 (25% from 255) = 42.28%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=38.26%
G=42.28%
B=19.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763290.1000.540.7570.5936.9618.04
Hex393F1DA0364B472512
Octal717735120661131074522
Binary11100111111111101101001101101001011100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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