Html Css Color HEX #314904 Turtle Green

📋 copy color: '#314904'

red 49 ◦ green 73 ◦ blue 4

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

Shades of Turtle Green #314904

Tints of Turtle Green #314904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.17%

R = 38.89%
G = 57.94%
B = 3.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#314904 (or 0x314904) is known color: Turtle Green. HEX triplet: 31, 49 and 04. RGB value is (49,73,4). Sum of RGB (Red+Green+Blue) = 49+73+4=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #314904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314904 is #CEB6FB. Grayscale: #3A3A3A. Windows color (decimal): -13547260 or 280881. OLE color: 280881.

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

Color convert

RGB 49 73 4 -
CMYK 0.33 0 0.95 0.71
HSL 80.87º 0.9% 0.15% -
HSV(B) 80.87º 0.95% 0.29% -
XYZ 3.67 5.43 0.97 -
YUV 57.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 49 73 4 0.33 0 0.95 0.71 80.87 0.9 0.15
Hex 31 49 4 21 0 5F 47 51 5A F
Octal 61 111 4 41 0 137 107 121 132 17
Binary 110001 1001001 100 100001 0 1011111 1000111 1010001 1011010 1111

Color Harmonies of #314904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314904

Black with #314904

Text Example


Text Example

White with #314904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314904; }

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

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

background-color css

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

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

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

border-color css

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

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

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