#394111

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

Shades of Turtle Green #394111

Tints of Turtle Green #394111

Color information

#394111 (or 0x394111) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 11. RGB value is (57,65,17). Sum of RGB (Red+Green+Blue) = 57+65+17=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #394111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394111 is #C6BEEE. Grayscale: #393939. Windows color (decimal): -13025007 or 1130809. OLE color: 1130809.

HSL color Cylindrical-coordinate representation of color #394111: hue angle of 70º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394111 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB576517-
CMYK0.1200.740.75
HSL70º58.54%16.08%-
HSV(B)70º73.85%25.49%-
XYZ3.684.691.24-
YUV57.14105.35127.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=41.01%
G=46.76%
B=12.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765170.1200.740.757058.5416.08
Hex394111C04A4B463b10
Octal71101211401121131067320
Binary1110011000001100011100010010101001011100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394111; }

 p { color: rgb(57,65,17); }

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

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

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

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

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

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

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