#393805

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

Shades of Turtle Green #393805

Tints of Turtle Green #393805

Color information

#393805 (or 0x393805) is unknown color: approx Turtle Green. HEX triplet: 39, 38 and 05. RGB value is (57,56,5). Sum of RGB (Red+Green+Blue) = 57+56+5=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #393805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393805 is #C6C7FA. Grayscale: #323232. Windows color (decimal): -13027323 or 342073. OLE color: 342073.

HSL color Cylindrical-coordinate representation of color #393805: hue angle of 58.85º 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 #393805 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57565-
CMYK00.020.910.78
HSL58.85º83.87%12.16%-
HSV(B)58.85º91.23%22.35%-
XYZ3.133.710.69-
YUV50.48102.33132.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=48.31%
G=47.46%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5756500.020.910.7858.8583.8712.16
Hex39385025B4E3b54c
Octal71705021331167312414
Binary1110011110001010101011011100111011101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393805; }

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

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

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

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

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

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

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

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