Html Css Color HEX #314810 Turtle Green

📋 copy color: '#314810'

red 49 ◦ green 72 ◦ blue 16

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

Shades of Turtle Green #314810

Tints of Turtle Green #314810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.55%

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

R = 35.77%
G = 52.55%
B = 11.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#314810 (or 0x314810) is known color: Turtle Green. HEX triplet: 31, 48 and 10. RGB value is (49,72,16). Sum of RGB (Red+Green+Blue) = 49+72+16=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #314810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314810 is #CEB7EF. Grayscale: #3A3A3A. Windows color (decimal): -13547504 or 1067057. OLE color: 1067057.

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

Color convert

RGB 49 72 16 -
CMYK 0.32 0 0.78 0.72
HSL 84.64º 0.64% 0.17% -
HSV(B) 84.64º 0.78% 0.28% -
XYZ 3.68 5.33 1.32 -
YUV 58.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 49 72 16 0.32 0 0.78 0.72 84.64 0.64 0.17
Hex 31 48 10 20 0 4E 48 55 40 11
Octal 61 110 20 40 0 116 110 125 100 21
Binary 110001 1001000 10000 100000 0 1001110 1001000 1010101 1000000 10001

Color Harmonies of #314810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314810

Black with #314810

Text Example


Text Example

White with #314810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314810; }

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

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

background-color css

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

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

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

border-color css

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

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

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