Html Css Color HEX #394700 Turtle Green

📋 copy color: '#394700'

red 57 ◦ green 71 ◦ blue 0

#394700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #394700

Tints of Turtle Green #394700

RGB

 RED value IS 57 (22.66% from 255) = 44.53%

 GREEN value IS 71 (28.13% from 255) = 55.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.53%
G = 55.47%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#394700 (or 0x394700) is known color: 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

RGB 57 71 0 -
CMYK 0.20 0 1 0.72
HSL 71.83º 1% 0.14% -
HSV(B) 71.83º 1% 0.28% -
XYZ 3.94 5.38 0.83 -
YUV 58.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 57 71 0 0.20 0 1 0.72 71.83 1 0.14
Hex 39 47 0 14 0 64 48 48 64 E
Octal 71 107 0 24 0 144 110 110 144 16
Binary 111001 1000111 0 10100 0 1100100 1001000 1001000 1100100 1110

Color Harmonies of #394700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394700

Black with #394700

Text Example


Text Example

White with #394700

Text Example


Text Example

HTML Codes & Css Web 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>