Html Css Color HEX #314613 Turtle Green

📋 copy color: '#314613'

red 49 ◦ green 70 ◦ blue 19

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

Shades of Turtle Green #314613

Tints of Turtle Green #314613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.72%

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

R = 35.51%
G = 50.72%
B = 13.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#314613 (or 0x314613) is known color: Turtle Green. HEX triplet: 31, 46 and 13. RGB value is (49,70,19). Sum of RGB (Red+Green+Blue) = 49+70+19=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #314613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314613 is #CEB9EC. Grayscale: #3A3A3A. Windows color (decimal): -13548013 or 1263153. OLE color: 1263153.

HSL color Cylindrical-coordinate representation of color #314613: hue angle of 84.71º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314613 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 19 -
CMYK 0.30 0 0.73 0.73
HSL 84.71º 0.57% 0.17% -
HSV(B) 84.71º 0.73% 0.27% -
XYZ 3.57 5.08 1.41 -
YUV 57.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 49 70 19 0.30 0 0.73 0.73 84.71 0.57 0.17
Hex 31 46 13 1E 0 49 49 55 39 11
Octal 61 106 23 36 0 111 111 125 71 21
Binary 110001 1000110 10011 11110 0 1001001 1001001 1010101 111001 10001

Color Harmonies of #314613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314613

Black with #314613

Text Example


Text Example

White with #314613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314613; }

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

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

background-color css

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

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

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

border-color css

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

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

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