Html Css Color HEX #314C12 Turtle Green

📋 copy color: '#314C12'

red 49 ◦ green 76 ◦ blue 18

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

Shades of Turtle Green #314C12

Tints of Turtle Green #314C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 53.15%

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

R = 34.27%
G = 53.15%
B = 12.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#314C12 (or 0x314C12) is known color: Turtle Green. HEX triplet: 31, 4C and 12. RGB value is (49,76,18). Sum of RGB (Red+Green+Blue) = 49+76+18=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #314C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C12 is #CEB3ED. Grayscale: #3D3D3D. Windows color (decimal): -13546478 or 1199153. OLE color: 1199153.

HSL color Cylindrical-coordinate representation of color #314C12: hue angle of 87.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314C12 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 18 -
CMYK 0.36 0 0.76 0.70
HSL 87.93º 0.62% 0.18% -
HSV(B) 87.93º 0.76% 0.3% -
XYZ 3.96 5.87 1.5 -
YUV 61.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 49 76 18 0.36 0 0.76 0.70 87.93 0.62 0.18
Hex 31 4C 12 24 0 4C 46 58 3E 12
Octal 61 114 22 44 0 114 106 130 76 22
Binary 110001 1001100 10010 100100 0 1001100 1000110 1011000 111110 10010

Color Harmonies of #314C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C12

Black with #314C12

Text Example


Text Example

White with #314C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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