#393600

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

Shades of Turtle Green #393600

Tints of Turtle Green #393600

Color information

#393600 (or 0x393600) is unknown color: approx Turtle Green. HEX triplet: 39, 36 and 00. RGB value is (57,54,0). Sum of RGB (Red+Green+Blue) = 57+54+0=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #393600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393600 is #C6C9FF. Grayscale: #303030. Windows color (decimal): -13027840 or 13881. OLE color: 13881.

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

Color convert

RGB57540-
CMYK00.0510.78
HSL56.84º100%11.18%-
HSV(B)56.84º100%22.35%-
XYZ3.013.510.52-
YUV48.74100.49133.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.35%
G=48.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5754000.0510.7856.8410011.18
Hex3936005644E3964b
Octal71660051441167114413
Binary111001110110001011100100100111011100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393600; }

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

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

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

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

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

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

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

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