Html Css Color HEX #314903 Turtle Green

📋 copy color: '#314903'

red 49 ◦ green 73 ◦ blue 3

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

Shades of Turtle Green #314903

Tints of Turtle Green #314903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.4%

R = 39.2%
G = 58.4%
B = 2.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#314903 (or 0x314903) is known color: Turtle Green. HEX triplet: 31, 49 and 03. RGB value is (49,73,3). Sum of RGB (Red+Green+Blue) = 49+73+3=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #314903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314903 is #CEB6FC. Grayscale: #3A3A3A. Windows color (decimal): -13547261 or 215345. OLE color: 215345.

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

Color convert

RGB 49 73 3 -
CMYK 0.33 0 0.96 0.71
HSL 80.57º 0.92% 0.15% -
HSV(B) 80.57º 0.96% 0.29% -
XYZ 3.67 5.42 0.94 -
YUV 57.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 49 73 3 0.33 0 0.96 0.71 80.57 0.92 0.15
Hex 31 49 3 21 0 60 47 51 5C F
Octal 61 111 3 41 0 140 107 121 134 17
Binary 110001 1001001 11 100001 0 1100000 1000111 1010001 1011100 1111

Color Harmonies of #314903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314903

Black with #314903

Text Example


Text Example

White with #314903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314903; }

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

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

background-color css

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

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

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

border-color css

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

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

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