Html Css Color HEX #314714 Turtle Green

📋 copy color: '#314714'

red 49 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #314714

Tints of Turtle Green #314714

RGB

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

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

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

R = 35%
G = 50.71%
B = 14.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#314714 (or 0x314714) is known color: Turtle Green. HEX triplet: 31, 47 and 14. RGB value is (49,71,20). Sum of RGB (Red+Green+Blue) = 49+71+20=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #314714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314714 is #CEB8EB. Grayscale: #3A3A3A. Windows color (decimal): -13547756 or 1328945. OLE color: 1328945.

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

Color convert

RGB 49 71 20 -
CMYK 0.31 0 0.72 0.72
HSL 85.88º 0.56% 0.18% -
HSV(B) 85.88º 0.72% 0.28% -
XYZ 3.65 5.21 1.48 -
YUV 58.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 49 71 20 0.31 0 0.72 0.72 85.88 0.56 0.18
Hex 31 47 14 1F 0 48 48 56 38 12
Octal 61 107 24 37 0 110 110 126 70 22
Binary 110001 1000111 10100 11111 0 1001000 1001000 1010110 111000 10010

Color Harmonies of #314714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314714

Black with #314714

Text Example


Text Example

White with #314714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314714; }

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

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

background-color css

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

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

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

border-color css

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

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

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