Html Css Color HEX #314901 Turtle Green

📋 copy color: '#314901'

red 49 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #314901

Tints of Turtle Green #314901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 59.35%

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

R = 39.84%
G = 59.35%
B = 0.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#314901 (or 0x314901) is known color: Turtle Green. HEX triplet: 31, 49 and 01. RGB value is (49,73,1). Sum of RGB (Red+Green+Blue) = 49+73+1=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #314901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314901 is #CEB6FE. Grayscale: #393939. Windows color (decimal): -13547263 or 84273. OLE color: 84273.

HSL color Cylindrical-coordinate representation of color #314901: hue angle of 80º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #314901 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 1 -
CMYK 0.33 0 0.99 0.71
HSL 80º 0.97% 0.15% -
HSV(B) 80º 0.99% 0.29% -
XYZ 3.65 5.42 0.88 -
YUV 57.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 49 73 1 0.33 0 0.99 0.71 80 0.97 0.15
Hex 31 49 1 21 0 63 47 50 61 F
Octal 61 111 1 41 0 143 107 120 141 17
Binary 110001 1001001 1 100001 0 1100011 1000111 1010000 1100001 1111

Color Harmonies of #314901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314901

Black with #314901

Text Example


Text Example

White with #314901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314901; }

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

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

background-color css

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

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

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

border-color css

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

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

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