#394311

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

Shades of Turtle Green #394311

Tints of Turtle Green #394311

Color information

#394311 (or 0x394311) is unknown color: approx Turtle Green. HEX triplet: 39, 43 and 11. RGB value is (57,67,17). Sum of RGB (Red+Green+Blue) = 57+67+17=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #394311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394311 is #C6BCEE. Grayscale: #3A3A3A. Windows color (decimal): -13024495 or 1131321. OLE color: 1131321.

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

Color convert

RGB576717-
CMYK0.1500.750.74
HSL72º59.52%16.47%-
HSV(B)72º74.63%26.27%-
XYZ3.84.921.28-
YUV58.31104.69127.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=40.43%
G=47.52%
B=12.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5767170.1500.750.747259.5216.47
Hex394311F04B4A483c10
Octal71103211701131121107420
Binary1110011000011100011111010010111001010100100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394311; }

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

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

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

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

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

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

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

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