Html Css Color HEX #314610 Turtle Green

📋 copy color: '#314610'

red 49 ◦ green 70 ◦ blue 16

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

Shades of Turtle Green #314610

Tints of Turtle Green #314610

RGB

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

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

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

R = 36.3%
G = 51.85%
B = 11.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#314610 (or 0x314610) is known color: Turtle Green. HEX triplet: 31, 46 and 10. RGB value is (49,70,16). Sum of RGB (Red+Green+Blue) = 49+70+16=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #314610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314610 is #CEB9EF. Grayscale: #393939. Windows color (decimal): -13548016 or 1066545. OLE color: 1066545.

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

Color convert

RGB 49 70 16 -
CMYK 0.30 0 0.77 0.73
HSL 83.33º 0.63% 0.17% -
HSV(B) 83.33º 0.77% 0.27% -
XYZ 3.55 5.07 1.28 -
YUV 57.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 49 70 16 0.30 0 0.77 0.73 83.33 0.63 0.17
Hex 31 46 10 1E 0 4D 49 53 3F 11
Octal 61 106 20 36 0 115 111 123 77 21
Binary 110001 1000110 10000 11110 0 1001101 1001001 1010011 111111 10001

Color Harmonies of #314610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314610

Black with #314610

Text Example


Text Example

White with #314610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314610; }

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

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

background-color css

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

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

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

border-color css

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

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

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