Html Css Color HEX #314510 Turtle Green

📋 copy color: '#314510'

red 49 ◦ green 69 ◦ blue 16

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

Shades of Turtle Green #314510

Tints of Turtle Green #314510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.49%

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

R = 36.57%
G = 51.49%
B = 11.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#314510 (or 0x314510) is known color: Turtle Green. HEX triplet: 31, 45 and 10. RGB value is (49,69,16). Sum of RGB (Red+Green+Blue) = 49+69+16=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #314510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314510 is #CEBAEF. Grayscale: #393939. Windows color (decimal): -13548272 or 1066289. OLE color: 1066289.

HSL color Cylindrical-coordinate representation of color #314510: hue angle of 82.64º degrees, saturation: 0.62, 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 #314510 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 16 -
CMYK 0.29 0 0.77 0.73
HSL 82.64º 0.62% 0.17% -
HSV(B) 82.64º 0.77% 0.27% -
XYZ 3.49 4.95 1.26 -
YUV 56.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 49 69 16 0.29 0 0.77 0.73 82.64 0.62 0.17
Hex 31 45 10 1D 0 4D 49 53 3E 11
Octal 61 105 20 35 0 115 111 123 76 21
Binary 110001 1000101 10000 11101 0 1001101 1001001 1010011 111110 10001

Color Harmonies of #314510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314510

Black with #314510

Text Example


Text Example

White with #314510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314510; }

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

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

background-color css

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

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

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

border-color css

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

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

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