Html Css Color HEX #314914 Turtle Green

📋 copy color: '#314914'

red 49 ◦ green 73 ◦ blue 20

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

Shades of Turtle Green #314914

Tints of Turtle Green #314914

RGB

 RED value IS 49 (19.53% from 255) = 34.51%

 GREEN value IS 73 (28.91% from 255) = 51.41%

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

R = 34.51%
G = 51.41%
B = 14.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#314914 (or 0x314914) is known color: Turtle Green. HEX triplet: 31, 49 and 14. RGB value is (49,73,20). Sum of RGB (Red+Green+Blue) = 49+73+20=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #314914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314914 is #CEB6EB. Grayscale: #3B3B3B. Windows color (decimal): -13547244 or 1329457. OLE color: 1329457.

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

Color convert

RGB 49 73 20 -
CMYK 0.33 0 0.73 0.71
HSL 87.17º 0.57% 0.18% -
HSV(B) 87.17º 0.73% 0.29% -
XYZ 3.78 5.47 1.52 -
YUV 59.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 49 73 20 0.33 0 0.73 0.71 87.17 0.57 0.18
Hex 31 49 14 21 0 49 47 57 39 12
Octal 61 111 24 41 0 111 107 127 71 22
Binary 110001 1001001 10100 100001 0 1001001 1000111 1010111 111001 10010

Color Harmonies of #314914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314914

Black with #314914

Text Example


Text Example

White with #314914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314914; }

 p { color: rgb(49,73,20); }

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

background-color css

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

 a { background-color: rgb(49,73,20); }

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

border-color css

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

 span { border-color: rgb(49,73,20); }

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