Html Css Color HEX #314A14 Turtle Green

📋 copy color: '#314A14'

red 49 ◦ green 74 ◦ blue 20

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

Shades of Turtle Green #314A14

Tints of Turtle Green #314A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.75%

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

R = 34.27%
G = 51.75%
B = 13.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#314A14 (or 0x314A14) is known color: Turtle Green. HEX triplet: 31, 4A and 14. RGB value is (49,74,20). Sum of RGB (Red+Green+Blue) = 49+74+20=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #314A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A14 is #CEB5EB. Grayscale: #3C3C3C. Windows color (decimal): -13546988 or 1329713. OLE color: 1329713.

HSL color Cylindrical-coordinate representation of color #314A14: hue angle of 87.78º 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 #314A14 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 20 -
CMYK 0.34 0 0.73 0.71
HSL 87.78º 0.57% 0.18% -
HSV(B) 87.78º 0.73% 0.29% -
XYZ 3.84 5.6 1.54 -
YUV 60.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 49 74 20 0.34 0 0.73 0.71 87.78 0.57 0.18
Hex 31 4A 14 22 0 49 47 58 39 12
Octal 61 112 24 42 0 111 107 130 71 22
Binary 110001 1001010 10100 100010 0 1001001 1000111 1011000 111001 10010

Color Harmonies of #314A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A14

Black with #314A14

Text Example


Text Example

White with #314A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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