#393C15

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

Shades of Turtle Green #393C15

Tints of Turtle Green #393C15

Color information

#393C15 (or 0x393C15) is unknown color: approx Turtle Green. HEX triplet: 39, 3C and 15. RGB value is (57,60,21). Sum of RGB (Red+Green+Blue) = 57+60+21=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #393C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C15 is #C6C3EA. Grayscale: #363636. Windows color (decimal): -13026283 or 1391673. OLE color: 1391673.

HSL color Cylindrical-coordinate representation of color #393C15: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393C15 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB576021-
CMYK0.0500.650.76
HSL64.62º48.15%15.88%-
HSV(B)64.62º65%23.53%-
XYZ3.444.161.33-
YUV54.66109.01129.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 60 (23.83% from 255) = 43.48%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=41.30%
G=43.48%
B=15.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5760210.0500.650.7664.6248.1515.88
Hex393C1550414C413010
Octal717425501011141016020
Binary11100111110010101101010000011001100100000111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,21); }

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

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

 a { background-color: rgb(57,60,21); }

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

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

 span { border-color: rgb(57,60,21); }

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