Html Css Color HEX #314109 Turtle Green

📋 copy color: '#314109'

red 49 ◦ green 65 ◦ blue 9

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

Shades of Turtle Green #314109

Tints of Turtle Green #314109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 39.84%
G = 52.85%
B = 7.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#314109 (or 0x314109) is known color: Turtle Green. HEX triplet: 31, 41 and 09. RGB value is (49,65,9). Sum of RGB (Red+Green+Blue) = 49+65+9=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #314109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314109 is #CEBEF6. Grayscale: #363636. Windows color (decimal): -13549303 or 606513. OLE color: 606513.

HSL color Cylindrical-coordinate representation of color #314109: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #314109 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 9 -
CMYK 0.25 0 0.86 0.75
HSL 77.14º 0.76% 0.15% -
HSV(B) 77.14º 0.86% 0.25% -
XYZ 3.21 4.45 0.95 -
YUV 53.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 49 65 9 0.25 0 0.86 0.75 77.14 0.76 0.15
Hex 31 41 9 19 0 56 4B 4D 4C F
Octal 61 101 11 31 0 126 113 115 114 17
Binary 110001 1000001 1001 11001 0 1010110 1001011 1001101 1001100 1111

Color Harmonies of #314109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314109

Black with #314109

Text Example


Text Example

White with #314109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314109; }

 p { color: rgb(49,65,9); }

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

background-color css

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

 a { background-color: rgb(49,65,9); }

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

border-color css

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

 span { border-color: rgb(49,65,9); }

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