#394F14

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

Shades of Turtle Green #394F14

Tints of Turtle Green #394F14

Color information

#394F14 (or 0x394F14) is unknown color: approx Turtle Green. HEX triplet: 39, 4F and 14. RGB value is (57,79,20). Sum of RGB (Red+Green+Blue) = 57+79+20=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #394F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F14 is #C6B0EB. Grayscale: #414141. Windows color (decimal): -13021420 or 1331001. OLE color: 1331001.

HSL color Cylindrical-coordinate representation of color #394F14: hue angle of 82.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394F14 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB577920-
CMYK0.2800.750.69
HSL82.37º59.6%19.41%-
HSV(B)82.37º74.68%30.98%-
XYZ4.616.511.68-
YUV65.7102.21121.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=36.54%
G=50.64%
B=12.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779200.2800.750.6982.3759.619.41
Hex394F141C04B45523c13
Octal71117243401131051227423
Binary11100110011111010011100010010111000101101001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F14; }

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

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

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

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

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

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

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

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