#393800

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

Shades of Turtle Green #393800

Tints of Turtle Green #393800

Color information

#393800 (or 0x393800) is unknown color: approx Turtle Green. HEX triplet: 39, 38 and 00. RGB value is (57,56,0). Sum of RGB (Red+Green+Blue) = 57+56+0=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #393800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393800 is #C6C7FF. Grayscale: #323232. Windows color (decimal): -13027328 or 14393. OLE color: 14393.

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

Color convert

RGB57560-
CMYK00.0210.78
HSL58.95º100%11.18%-
HSV(B)58.95º100%22.35%-
XYZ3.13.70.55-
YUV49.9299.83133.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.44%
G=49.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5756000.0210.7858.9510011.18
Hex3938002644E3b64b
Octal71700021441167314413
Binary11100111100000101100100100111011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393800; }

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

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

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

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

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

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

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

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