#394700

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

Shades of Turtle Green #394700

Tints of Turtle Green #394700

Color information

#394700 (or 0x394700) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 00. RGB value is (57,71,0). Sum of RGB (Red+Green+Blue) = 57+71+0=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #394700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394700 is #C6B8FF. Grayscale: #3A3A3A. Windows color (decimal): -13023488 or 18233. OLE color: 18233.

HSL color Cylindrical-coordinate representation of color #394700: hue angle of 71.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394700 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB57710-
CMYK0.20010.72
HSL71.83º100%13.92%-
HSV(B)71.83º100%27.84%-
XYZ3.945.380.83-
YUV58.7294.86126.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.53%
G=55.47%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577100.20010.7271.8310013.92
Hex3947014064484864e
Octal71107024014411011014416
Binary1110011000111010100011001001001000100100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394700; }

 p { color: rgb(57,71,0); }

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

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

 a { background-color: rgb(57,71,0); }

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

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

 span { border-color: rgb(57,71,0); }

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