#394614

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

Shades of Turtle Green #394614

Tints of Turtle Green #394614

Color information

#394614 (or 0x394614) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 14. RGB value is (57,70,20). Sum of RGB (Red+Green+Blue) = 57+70+20=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #394614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394614 is #C6B9EB. Grayscale: #3C3C3C. Windows color (decimal): -13023724 or 1328697. OLE color: 1328697.

HSL color Cylindrical-coordinate representation of color #394614: hue angle of 75.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394614 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB577020-
CMYK0.1900.710.73
HSL75.6º55.56%17.65%-
HSV(B)75.6º71.43%27.45%-
XYZ45.31.47-
YUV60.41105.19125.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=38.78%
G=47.62%
B=13.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770200.1900.710.7375.655.5617.65
Hex39461413047494c3812
Octal71106242301071111147022
Binary11100110001101010010011010001111001001100110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394614; }

 p { color: rgb(57,70,20); }

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

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

 a { background-color: rgb(57,70,20); }

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

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

 span { border-color: rgb(57,70,20); }

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