#394116

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

Shades of Turtle Green #394116

Tints of Turtle Green #394116

Color information

#394116 (or 0x394116) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 16. RGB value is (57,65,22). Sum of RGB (Red+Green+Blue) = 57+65+22=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #394116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394116 is #C6BEE9. Grayscale: #393939. Windows color (decimal): -13025002 or 1458489. OLE color: 1458489.

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

Color convert

RGB576522-
CMYK0.1200.660.75
HSL71.16º49.43%17.06%-
HSV(B)71.16º66.15%25.49%-
XYZ3.724.711.47-
YUV57.71107.85127.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=39.58%
G=45.14%
B=15.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765220.1200.660.7571.1649.4317.06
Hex394116C0424B473111
Octal71101261401021131076121
Binary1110011000001101101100010000101001011100011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394116; }

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

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

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

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

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

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

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

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