Html Css Color HEX #314D0E Turtle Green

📋 copy color: '#314D0E'

red 49 ◦ green 77 ◦ blue 14

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

Shades of Turtle Green #314D0E

Tints of Turtle Green #314D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 55%

 BLUE value IS 14 (5.86% from 255) = 10%

R = 35%
G = 55%
B = 10%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#314D0E (or 0x314D0E) is known color: Turtle Green. HEX triplet: 31, 4D and 0E. RGB value is (49,77,14). Sum of RGB (Red+Green+Blue) = 49+77+14=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #314D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D0E is #CEB2F1. Grayscale: #3D3D3D. Windows color (decimal): -13546226 or 937265. OLE color: 937265.

HSL color Cylindrical-coordinate representation of color #314D0E: hue angle of 86.67º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #314D0E is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 14 -
CMYK 0.36 0 0.82 0.70
HSL 86.67º 0.69% 0.18% -
HSV(B) 86.67º 0.82% 0.3% -
XYZ 4 5.99 1.36 -
YUV 61.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 49 77 14 0.36 0 0.82 0.70 86.67 0.69 0.18
Hex 31 4D E 24 0 52 46 57 45 12
Octal 61 115 16 44 0 122 106 127 105 22
Binary 110001 1001101 1110 100100 0 1010010 1000110 1010111 1000101 10010

Color Harmonies of #314D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D0E

Black with #314D0E

Text Example


Text Example

White with #314D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,77,14); }

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

background-color css

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

 a { background-color: rgb(49,77,14); }

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

border-color css

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

 span { border-color: rgb(49,77,14); }

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