#393F12

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

Shades of Turtle Green #393F12

Tints of Turtle Green #393F12

Color information

#393F12 (or 0x393F12) is unknown color: approx Turtle Green. HEX triplet: 39, 3F and 12. RGB value is (57,63,18). Sum of RGB (Red+Green+Blue) = 57+63+18=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #393F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F12 is #C6C0ED. Grayscale: #383838. Windows color (decimal): -13025518 or 1195833. OLE color: 1195833.

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

Color convert

RGB576318-
CMYK0.1000.710.75
HSL68º55.56%15.88%-
HSV(B)68º71.43%24.71%-
XYZ3.574.471.25-
YUV56.08106.51128.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=41.30%
G=45.65%
B=13.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763180.1000.710.756855.5615.88
Hex393F12A0474B443810
Octal7177221201071131047020
Binary111001111111100101010010001111001011100010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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