#393914

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

Shades of Turtle Green #393914

Tints of Turtle Green #393914

Color information

#393914 (or 0x393914) is unknown color: approx Turtle Green. HEX triplet: 39, 39 and 14. RGB value is (57,57,20). Sum of RGB (Red+Green+Blue) = 57+57+20=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393914 is #C6C6EB. Grayscale: #343434. Windows color (decimal): -13027052 or 1325369. OLE color: 1325369.

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

Color convert

RGB575720-
CMYK000.650.78
HSL60º48.05%15.1%-
HSV(B)60º64.91%22.35%-
XYZ3.283.851.23-
YUV52.78109.5131.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=42.54%
G=42.54%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575720000.650.786048.0515.1
Hex39391400414E3c30f
Octal71712400101116746017
Binary1110011110011010000100000110011101111001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393914; }

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

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

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

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

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

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

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

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