Html Css Color HEX #314312 Turtle Green

📋 copy color: '#314312'

red 49 ◦ green 67 ◦ blue 18

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

Shades of Turtle Green #314312

Tints of Turtle Green #314312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50%

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

R = 36.57%
G = 50%
B = 13.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#314312 (or 0x314312) is known color: Turtle Green. HEX triplet: 31, 43 and 12. RGB value is (49,67,18). Sum of RGB (Red+Green+Blue) = 49+67+18=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #314312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314312 is #CEBCED. Grayscale: #383838. Windows color (decimal): -13548782 or 1196849. OLE color: 1196849.

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

Color convert

RGB 49 67 18 -
CMYK 0.27 0 0.73 0.74
HSL 82.04º 0.58% 0.17% -
HSV(B) 82.04º 0.73% 0.26% -
XYZ 3.38 4.71 1.3 -
YUV 56.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 49 67 18 0.27 0 0.73 0.74 82.04 0.58 0.17
Hex 31 43 12 1B 0 49 4A 52 3A 11
Octal 61 103 22 33 0 111 112 122 72 21
Binary 110001 1000011 10010 11011 0 1001001 1001010 1010010 111010 10001

Color Harmonies of #314312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314312

Black with #314312

Text Example


Text Example

White with #314312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314312; }

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

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

background-color css

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

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

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

border-color css

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

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

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