Html Css Color HEX #314710 Turtle Green

📋 copy color: '#314710'

red 49 ◦ green 71 ◦ blue 16

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

Shades of Turtle Green #314710

Tints of Turtle Green #314710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 36.03%
G = 52.21%
B = 11.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#314710 (or 0x314710) is known color: Turtle Green. HEX triplet: 31, 47 and 10. RGB value is (49,71,16). Sum of RGB (Red+Green+Blue) = 49+71+16=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #314710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314710 is #CEB8EF. Grayscale: #3A3A3A. Windows color (decimal): -13547760 or 1066801. OLE color: 1066801.

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

Color convert

RGB 49 71 16 -
CMYK 0.31 0 0.77 0.72
HSL 84º 0.63% 0.17% -
HSV(B) 84º 0.77% 0.28% -
XYZ 3.61 5.2 1.3 -
YUV 58.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 49 71 16 0.31 0 0.77 0.72 84 0.63 0.17
Hex 31 47 10 1F 0 4D 48 54 3F 11
Octal 61 107 20 37 0 115 110 124 77 21
Binary 110001 1000111 10000 11111 0 1001101 1001000 1010100 111111 10001

Color Harmonies of #314710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314710

Black with #314710

Text Example


Text Example

White with #314710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314710; }

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

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

background-color css

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

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

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

border-color css

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

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

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