Html Css Color HEX #394214 Turtle Green

📋 copy color: '#394214'

red 57 ◦ green 66 ◦ blue 20

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

Shades of Turtle Green #394214

Tints of Turtle Green #394214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.15%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 39.86%
G = 46.15%
B = 13.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#394214 (or 0x394214) is known color: Turtle Green. HEX triplet: 39, 42 and 14. RGB value is (57,66,20). Sum of RGB (Red+Green+Blue) = 57+66+20=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #394214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394214 is #C6BDEB. Grayscale: #3A3A3A. Windows color (decimal): -13024748 or 1327673. OLE color: 1327673.

HSL color Cylindrical-coordinate representation of color #394214: hue angle of 71.74º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394214 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 66 20 -
CMYK 0.14 0 0.70 0.74
HSL 71.74º 0.53% 0.17% -
HSV(B) 71.74º 0.7% 0.26% -
XYZ 3.76 4.82 1.39 -
YUV 58.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 57 66 20 0.14 0 0.70 0.74 71.74 0.53 0.17
Hex 39 42 14 E 0 46 4A 48 35 11
Octal 71 102 24 16 0 106 112 110 65 21
Binary 111001 1000010 10100 1110 0 1000110 1001010 1001000 110101 10001

Color Harmonies of #394214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394214

Black with #394214

Text Example


Text Example

White with #394214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394214; }

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

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

background-color css

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

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

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

border-color css

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

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

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