Html Css Color HEX #314713 Turtle Green

📋 copy color: '#314713'

red 49 ◦ green 71 ◦ blue 19

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

Shades of Turtle Green #314713

Tints of Turtle Green #314713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 35.25%
G = 51.08%
B = 13.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#314713 (or 0x314713) is known color: Turtle Green. HEX triplet: 31, 47 and 13. RGB value is (49,71,19). Sum of RGB (Red+Green+Blue) = 49+71+19=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #314713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314713 is #CEB8EC. Grayscale: #3A3A3A. Windows color (decimal): -13547757 or 1263409. OLE color: 1263409.

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

Color convert

RGB 49 71 19 -
CMYK 0.31 0 0.73 0.72
HSL 85.38º 0.58% 0.18% -
HSV(B) 85.38º 0.73% 0.28% -
XYZ 3.64 5.21 1.43 -
YUV 58.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 49 71 19 0.31 0 0.73 0.72 85.38 0.58 0.18
Hex 31 47 13 1F 0 49 48 55 3A 12
Octal 61 107 23 37 0 111 110 125 72 22
Binary 110001 1000111 10011 11111 0 1001001 1001000 1010101 111010 10010

Color Harmonies of #314713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314713

Black with #314713

Text Example


Text Example

White with #314713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314713; }

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

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

background-color css

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

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

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

border-color css

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

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

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