#394701

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

Shades of Turtle Green #394701

Tints of Turtle Green #394701

Color information

#394701 (or 0x394701) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 01. RGB value is (57,71,1). Sum of RGB (Red+Green+Blue) = 57+71+1=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #394701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394701 is #C6B8FE. Grayscale: #3B3B3B. Windows color (decimal): -13023487 or 83769. OLE color: 83769.

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

Color convert

RGB57711-
CMYK0.2000.990.72
HSL72º97.22%14.12%-
HSV(B)72º98.59%27.84%-
XYZ3.955.380.86-
YUV58.8395.36126.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=44.19%
G=55.04%
B=0.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577110.2000.990.727297.2214.12
Hex3947114063484861e
Octal71107124014311011014116
Binary1110011000111110100011000111001000100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394701; }

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

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

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

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

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

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

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

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