Html Css Color HEX #314012 Turtle Green

📋 copy color: '#314012'

red 49 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #314012

Tints of Turtle Green #314012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

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

R = 37.4%
G = 48.85%
B = 13.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#314012 (or 0x314012) is known color: Turtle Green. HEX triplet: 31, 40 and 12. RGB value is (49,64,18). Sum of RGB (Red+Green+Blue) = 49+64+18=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #314012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314012 is #CEBFED. Grayscale: #363636. Windows color (decimal): -13549550 or 1196081. OLE color: 1196081.

HSL color Cylindrical-coordinate representation of color #314012: hue angle of 79.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314012 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 18 -
CMYK 0.23 0 0.72 0.75
HSL 79.57º 0.56% 0.16% -
HSV(B) 79.57º 0.72% 0.25% -
XYZ 3.21 4.36 1.25 -
YUV 54.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 49 64 18 0.23 0 0.72 0.75 79.57 0.56 0.16
Hex 31 40 12 17 0 48 4B 50 38 10
Octal 61 100 22 27 0 110 113 120 70 20
Binary 110001 1000000 10010 10111 0 1001000 1001011 1010000 111000 10000

Color Harmonies of #314012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314012

Black with #314012

Text Example


Text Example

White with #314012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314012; }

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

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

background-color css

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

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

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

border-color css

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

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

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