Html Css Color HEX #314500 Turtle Green

📋 copy color: '#314500'

red 49 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #314500

Tints of Turtle Green #314500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.53%
G = 58.47%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#314500 (or 0x314500) is known color: Turtle Green. HEX triplet: 31, 45 and 00. RGB value is (49,69,0). Sum of RGB (Red+Green+Blue) = 49+69+0=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #314500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314500 is #CEBAFF. Grayscale: #373737. Windows color (decimal): -13548288 or 17713. OLE color: 17713.

HSL color Cylindrical-coordinate representation of color #314500: hue angle of 77.39º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314500 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 0 -
CMYK 0.29 0 1 0.73
HSL 77.39º 1% 0.14% -
HSV(B) 77.39º 1% 0.27% -
XYZ 3.39 4.91 0.77 -
YUV 55.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 49 69 0 0.29 0 1 0.73 77.39 1 0.14
Hex 31 45 0 1D 0 64 49 4D 64 E
Octal 61 105 0 35 0 144 111 115 144 16
Binary 110001 1000101 0 11101 0 1100100 1001001 1001101 1100100 1110

Color Harmonies of #314500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314500

Black with #314500

Text Example


Text Example

White with #314500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314500; }

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

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

background-color css

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

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

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

border-color css

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

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

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