Html Css Color HEX #314205 Turtle Green

📋 copy color: '#314205'

red 49 ◦ green 66 ◦ blue 5

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

Shades of Turtle Green #314205

Tints of Turtle Green #314205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

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

R = 40.83%
G = 55%
B = 4.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#314205 (or 0x314205) is known color: Turtle Green. HEX triplet: 31, 42 and 05. RGB value is (49,66,5). Sum of RGB (Red+Green+Blue) = 49+66+5=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #314205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314205 is #CEBDFA. Grayscale: #363636. Windows color (decimal): -13549051 or 344625. OLE color: 344625.

HSL color Cylindrical-coordinate representation of color #314205: hue angle of 76.72º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314205 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 5 -
CMYK 0.26 0 0.92 0.74
HSL 76.72º 0.86% 0.14% -
HSV(B) 76.72º 0.92% 0.26% -
XYZ 3.24 4.56 0.85 -
YUV 53.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 49 66 5 0.26 0 0.92 0.74 76.72 0.86 0.14
Hex 31 42 5 1A 0 5C 4A 4D 56 E
Octal 61 102 5 32 0 134 112 115 126 16
Binary 110001 1000010 101 11010 0 1011100 1001010 1001101 1010110 1110

Color Harmonies of #314205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314205

Black with #314205

Text Example


Text Example

White with #314205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314205; }

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

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

background-color css

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

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

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

border-color css

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

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

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