Html Css Color HEX #314811 Turtle Green

📋 copy color: '#314811'

red 49 ◦ green 72 ◦ blue 17

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

Shades of Turtle Green #314811

Tints of Turtle Green #314811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 35.51%
G = 52.17%
B = 12.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#314811 (or 0x314811) is known color: Turtle Green. HEX triplet: 31, 48 and 11. RGB value is (49,72,17). Sum of RGB (Red+Green+Blue) = 49+72+17=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #314811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314811 is #CEB7EE. Grayscale: #3B3B3B. Windows color (decimal): -13547503 or 1132593. OLE color: 1132593.

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

Color convert

RGB 49 72 17 -
CMYK 0.32 0 0.76 0.72
HSL 85.09º 0.62% 0.17% -
HSV(B) 85.09º 0.76% 0.28% -
XYZ 3.69 5.33 1.36 -
YUV 58.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 49 72 17 0.32 0 0.76 0.72 85.09 0.62 0.17
Hex 31 48 11 20 0 4C 48 55 3E 11
Octal 61 110 21 40 0 114 110 125 76 21
Binary 110001 1001000 10001 100000 0 1001100 1001000 1010101 111110 10001

Color Harmonies of #314811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314811

Black with #314811

Text Example


Text Example

White with #314811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314811; }

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

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

background-color css

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

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

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

border-color css

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

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

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