#393913

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

Shades of Turtle Green #393913

Tints of Turtle Green #393913

Color information

#393913 (or 0x393913) is unknown color: approx Turtle Green. HEX triplet: 39, 39 and 13. RGB value is (57,57,19). Sum of RGB (Red+Green+Blue) = 57+57+19=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393913 is #C6C6EC. Grayscale: #343434. Windows color (decimal): -13027053 or 1259833. OLE color: 1259833.

HSL color Cylindrical-coordinate representation of color #393913: hue angle of 60º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393913 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB575719-
CMYK000.670.78
HSL60º50%14.9%-
HSV(B)60º66.67%22.35%-
XYZ3.273.841.19-
YUV52.67109131.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575719000.670.78605014.9
Hex39391300434E3c32f
Octal71712300103116746217
Binary1110011110011001100100001110011101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393913; }

 p { color: rgb(57,57,19); }

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

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

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

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

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

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

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