Html Css Color HEX #314905 Turtle Green

📋 copy color: '#314905'

red 49 ◦ green 73 ◦ blue 5

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

Shades of Turtle Green #314905

Tints of Turtle Green #314905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 38.58%
G = 57.48%
B = 3.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#314905 (or 0x314905) is known color: Turtle Green. HEX triplet: 31, 49 and 05. RGB value is (49,73,5). Sum of RGB (Red+Green+Blue) = 49+73+5=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #314905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314905 is #CEB6FA. Grayscale: #3A3A3A. Windows color (decimal): -13547259 or 346417. OLE color: 346417.

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

Color convert

RGB 49 73 5 -
CMYK 0.33 0 0.93 0.71
HSL 81.18º 0.87% 0.15% -
HSV(B) 81.18º 0.93% 0.29% -
XYZ 3.68 5.43 1 -
YUV 58.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 49 73 5 0.33 0 0.93 0.71 81.18 0.87 0.15
Hex 31 49 5 21 0 5D 47 51 57 F
Octal 61 111 5 41 0 135 107 121 127 17
Binary 110001 1001001 101 100001 0 1011101 1000111 1010001 1010111 1111

Color Harmonies of #314905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314905

Black with #314905

Text Example


Text Example

White with #314905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314905; }

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

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

background-color css

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

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

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

border-color css

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

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

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