Html Css Color HEX #314612 Turtle Green

📋 copy color: '#314612'

red 49 ◦ green 70 ◦ blue 18

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

Shades of Turtle Green #314612

Tints of Turtle Green #314612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 35.77%
G = 51.09%
B = 13.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#314612 (or 0x314612) is known color: Turtle Green. HEX triplet: 31, 46 and 12. RGB value is (49,70,18). Sum of RGB (Red+Green+Blue) = 49+70+18=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #314612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314612 is #CEB9ED. Grayscale: #393939. Windows color (decimal): -13548014 or 1197617. OLE color: 1197617.

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

Color convert

RGB 49 70 18 -
CMYK 0.30 0 0.74 0.73
HSL 84.23º 0.59% 0.17% -
HSV(B) 84.23º 0.74% 0.27% -
XYZ 3.57 5.08 1.36 -
YUV 57.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 49 70 18 0.30 0 0.74 0.73 84.23 0.59 0.17
Hex 31 46 12 1E 0 4A 49 54 3B 11
Octal 61 106 22 36 0 112 111 124 73 21
Binary 110001 1000110 10010 11110 0 1001010 1001001 1010100 111011 10001

Color Harmonies of #314612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314612

Black with #314612

Text Example


Text Example

White with #314612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314612; }

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

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

background-color css

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

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

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

border-color css

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

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

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