Html Css Color HEX #394713 Turtle Green

📋 copy color: '#394713'

red 57 ◦ green 71 ◦ blue 19

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

Shades of Turtle Green #394713

Tints of Turtle Green #394713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 38.78%
G = 48.3%
B = 12.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#394713 (or 0x394713) is known color: Turtle Green. HEX triplet: 39, 47 and 13. RGB value is (57,71,19). Sum of RGB (Red+Green+Blue) = 57+71+19=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #394713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394713 is #C6B8EC. Grayscale: #3D3D3D. Windows color (decimal): -13023469 or 1263417. OLE color: 1263417.

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

Color convert

RGB 57 71 19 -
CMYK 0.20 0 0.73 0.72
HSL 76.15º 0.58% 0.18% -
HSV(B) 76.15º 0.73% 0.28% -
XYZ 4.06 5.42 1.45 -
YUV 60.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 57 71 19 0.20 0 0.73 0.72 76.15 0.58 0.18
Hex 39 47 13 14 0 49 48 4C 3A 12
Octal 71 107 23 24 0 111 110 114 72 22
Binary 111001 1000111 10011 10100 0 1001001 1001000 1001100 111010 10010

Color Harmonies of #394713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394713

Black with #394713

Text Example


Text Example

White with #394713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394713; }

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

 H1.HeaderClassName
 {
   color: #394713;
 }
 .AnyTagClassName
 {
   color: #394713;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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