Html Css Color HEX #314907 Turtle Green

📋 copy color: '#314907'

red 49 ◦ green 73 ◦ blue 7

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

Shades of Turtle Green #314907

Tints of Turtle Green #314907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.43%

R = 37.98%
G = 56.59%
B = 5.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#314907 (or 0x314907) is known color: Turtle Green. HEX triplet: 31, 49 and 07. RGB value is (49,73,7). Sum of RGB (Red+Green+Blue) = 49+73+7=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #314907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314907 is #CEB6F8. Grayscale: #3A3A3A. Windows color (decimal): -13547257 or 477489. OLE color: 477489.

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

Color convert

RGB 49 73 7 -
CMYK 0.33 0 0.90 0.71
HSL 81.82º 0.83% 0.16% -
HSV(B) 81.82º 0.9% 0.29% -
XYZ 3.69 5.43 1.06 -
YUV 58.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 49 73 7 0.33 0 0.90 0.71 81.82 0.83 0.16
Hex 31 49 7 21 0 5A 47 52 52 10
Octal 61 111 7 41 0 132 107 122 122 20
Binary 110001 1001001 111 100001 0 1011010 1000111 1010010 1010010 10000

Color Harmonies of #314907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314907

Black with #314907

Text Example


Text Example

White with #314907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314907; }

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

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

background-color css

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

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

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

border-color css

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

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

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