Html Css Color HEX #394614 Turtle Green

📋 copy color: '#394614'

red 57 ◦ green 70 ◦ blue 20

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

Shades of Turtle Green #394614

Tints of Turtle Green #394614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

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

R = 38.78%
G = 47.62%
B = 13.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#394614 (or 0x394614) is known color: Turtle Green. HEX triplet: 39, 46 and 14. RGB value is (57,70,20). Sum of RGB (Red+Green+Blue) = 57+70+20=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #394614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394614 is #C6B9EB. Grayscale: #3C3C3C. Windows color (decimal): -13023724 or 1328697. OLE color: 1328697.

HSL color Cylindrical-coordinate representation of color #394614: hue angle of 75.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394614 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 20 -
CMYK 0.19 0 0.71 0.73
HSL 75.6º 0.56% 0.18% -
HSV(B) 75.6º 0.71% 0.27% -
XYZ 4 5.3 1.47 -
YUV 60.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 57 70 20 0.19 0 0.71 0.73 75.6 0.56 0.18
Hex 39 46 14 13 0 47 49 4C 38 12
Octal 71 106 24 23 0 107 111 114 70 22
Binary 111001 1000110 10100 10011 0 1000111 1001001 1001100 111000 10010

Color Harmonies of #394614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394614

Black with #394614

Text Example


Text Example

White with #394614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394614; }

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

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

background-color css

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

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

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

border-color css

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

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

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