Html Css Color HEX #394E14 Turtle Green

📋 copy color: '#394E14'

red 57 ◦ green 78 ◦ blue 20

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

Shades of Turtle Green #394E14

Tints of Turtle Green #394E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 50.32%

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

R = 36.77%
G = 50.32%
B = 12.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#394E14 (or 0x394E14) is known color: Turtle Green. HEX triplet: 39, 4E and 14. RGB value is (57,78,20). Sum of RGB (Red+Green+Blue) = 57+78+20=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #394E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394E14 is #C6B1EB. Grayscale: #414141. Windows color (decimal): -13021676 or 1330745. OLE color: 1330745.

HSL color Cylindrical-coordinate representation of color #394E14: hue angle of 81.72º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394E14 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 78 20 -
CMYK 0.27 0 0.74 0.69
HSL 81.72º 0.59% 0.19% -
HSV(B) 81.72º 0.74% 0.31% -
XYZ 4.54 6.37 1.65 -
YUV 65.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 57 78 20 0.27 0 0.74 0.69 81.72 0.59 0.19
Hex 39 4E 14 1B 0 4A 45 52 3B 13
Octal 71 116 24 33 0 112 105 122 73 23
Binary 111001 1001110 10100 11011 0 1001010 1000101 1010010 111011 10011

Color Harmonies of #394E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E14

Black with #394E14

Text Example


Text Example

White with #394E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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