Html Css Color HEX #314606 Turtle Green

📋 copy color: '#314606'

red 49 ◦ green 70 ◦ blue 6

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

Shades of Turtle Green #314606

Tints of Turtle Green #314606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 39.2%
G = 56%
B = 4.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#314606 (or 0x314606) is known color: Turtle Green. HEX triplet: 31, 46 and 06. RGB value is (49,70,6). Sum of RGB (Red+Green+Blue) = 49+70+6=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #314606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314606 is #CEB9F9. Grayscale: #383838. Windows color (decimal): -13548026 or 411185. OLE color: 411185.

HSL color Cylindrical-coordinate representation of color #314606: hue angle of 79.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #314606 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 6 -
CMYK 0.30 0 0.91 0.73
HSL 79.69º 0.84% 0.15% -
HSV(B) 79.69º 0.91% 0.27% -
XYZ 3.49 5.05 0.96 -
YUV 56.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 49 70 6 0.30 0 0.91 0.73 79.69 0.84 0.15
Hex 31 46 6 1E 0 5B 49 50 54 F
Octal 61 106 6 36 0 133 111 120 124 17
Binary 110001 1000110 110 11110 0 1011011 1001001 1010000 1010100 1111

Color Harmonies of #314606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314606

Black with #314606

Text Example


Text Example

White with #314606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314606; }

 p { color: rgb(49,70,6); }

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

background-color css

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

 a { background-color: rgb(49,70,6); }

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

border-color css

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

 span { border-color: rgb(49,70,6); }

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