Html Css Color HEX #314C0E Turtle Green

📋 copy color: '#314C0E'

red 49 ◦ green 76 ◦ blue 14

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

Shades of Turtle Green #314C0E

Tints of Turtle Green #314C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 35.25%
G = 54.68%
B = 10.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#314C0E (or 0x314C0E) is known color: Turtle Green. HEX triplet: 31, 4C and 0E. RGB value is (49,76,14). Sum of RGB (Red+Green+Blue) = 49+76+14=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #314C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C0E is #CEB3F1. Grayscale: #3D3D3D. Windows color (decimal): -13546482 or 937009. OLE color: 937009.

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

Color convert

RGB 49 76 14 -
CMYK 0.36 0 0.82 0.70
HSL 86.13º 0.69% 0.18% -
HSV(B) 86.13º 0.82% 0.3% -
XYZ 3.93 5.85 1.34 -
YUV 60.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 49 76 14 0.36 0 0.82 0.70 86.13 0.69 0.18
Hex 31 4C E 24 0 52 46 56 45 12
Octal 61 114 16 44 0 122 106 126 105 22
Binary 110001 1001100 1110 100100 0 1010010 1000110 1010110 1000101 10010

Color Harmonies of #314C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C0E

Black with #314C0E

Text Example


Text Example

White with #314C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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