Html Css Color HEX #314401 Turtle Green

📋 copy color: '#314401'

red 49 ◦ green 68 ◦ blue 1

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

Shades of Turtle Green #314401

Tints of Turtle Green #314401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.63%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 41.53%
G = 57.63%
B = 0.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#314401 (or 0x314401) is known color: Turtle Green. HEX triplet: 31, 44 and 01. RGB value is (49,68,1). Sum of RGB (Red+Green+Blue) = 49+68+1=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #314401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314401 is #CEBBFE. Grayscale: #363636. Windows color (decimal): -13548543 or 82993. OLE color: 82993.

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

Color convert

RGB 49 68 1 -
CMYK 0.28 0 0.99 0.73
HSL 77.01º 0.97% 0.14% -
HSV(B) 77.01º 0.99% 0.27% -
XYZ 3.34 4.79 0.78 -
YUV 54.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 49 68 1 0.28 0 0.99 0.73 77.01 0.97 0.14
Hex 31 44 1 1C 0 63 49 4D 61 E
Octal 61 104 1 34 0 143 111 115 141 16
Binary 110001 1000100 1 11100 0 1100011 1001001 1001101 1100001 1110

Color Harmonies of #314401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314401

Black with #314401

Text Example


Text Example

White with #314401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314401; }

 p { color: rgb(49,68,1); }

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

background-color css

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

 a { background-color: rgb(49,68,1); }

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

border-color css

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

 span { border-color: rgb(49,68,1); }

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