Html Css Color HEX #314A06 Turtle Green

📋 copy color: '#314A06'

red 49 ◦ green 74 ◦ blue 6

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

Shades of Turtle Green #314A06

Tints of Turtle Green #314A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 57.36%

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

R = 37.98%
G = 57.36%
B = 4.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#314A06 (or 0x314A06) is known color: Turtle Green. HEX triplet: 31, 4A and 06. RGB value is (49,74,6). Sum of RGB (Red+Green+Blue) = 49+74+6=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #314A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A06 is #CEB5F9. Grayscale: #3B3B3B. Windows color (decimal): -13547002 or 412209. OLE color: 412209.

HSL color Cylindrical-coordinate representation of color #314A06: hue angle of 82.06º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314A06 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 6 -
CMYK 0.34 0 0.92 0.71
HSL 82.06º 0.85% 0.16% -
HSV(B) 82.06º 0.92% 0.29% -
XYZ 3.75 5.56 1.05 -
YUV 58.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 49 74 6 0.34 0 0.92 0.71 82.06 0.85 0.16
Hex 31 4A 6 22 0 5C 47 52 55 10
Octal 61 112 6 42 0 134 107 122 125 20
Binary 110001 1001010 110 100010 0 1011100 1000111 1010010 1010101 10000

Color Harmonies of #314A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A06

Black with #314A06

Text Example


Text Example

White with #314A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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