#393705

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

Shades of Turtle Green #393705

Tints of Turtle Green #393705

Color information

#393705 (or 0x393705) is unknown color: approx Turtle Green. HEX triplet: 39, 37 and 05. RGB value is (57,55,5). Sum of RGB (Red+Green+Blue) = 57+55+5=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #393705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393705 is #C6C8FA. Grayscale: #323232. Windows color (decimal): -13027579 or 341817. OLE color: 341817.

HSL color Cylindrical-coordinate representation of color #393705: hue angle of 57.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #393705 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57555-
CMYK00.040.910.78
HSL57.69º83.87%12.16%-
HSV(B)57.69º91.23%22.35%-
XYZ3.083.610.68-
YUV49.9102.66133.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=48.72%
G=47.01%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755500.040.910.7857.6983.8712.16
Hex39375045B4E3a54c
Octal71675041331167212414
Binary11100111011110101001011011100111011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393705; }

 p { color: rgb(57,55,5); }

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

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

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

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

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

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

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