Html Css Color HEX #314D0F Turtle Green

📋 copy color: '#314D0F'

red 49 ◦ green 77 ◦ blue 15

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

Shades of Turtle Green #314D0F

Tints of Turtle Green #314D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 54.61%

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 34.75%
G = 54.61%
B = 10.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#314D0F (or 0x314D0F) is known color: Turtle Green. HEX triplet: 31, 4D and 0F. RGB value is (49,77,15). Sum of RGB (Red+Green+Blue) = 49+77+15=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #314D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D0F is #CEB2F0. Grayscale: #3D3D3D. Windows color (decimal): -13546225 or 1002801. OLE color: 1002801.

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

Color convert

RGB 49 77 15 -
CMYK 0.36 0 0.81 0.70
HSL 87.1º 0.67% 0.18% -
HSV(B) 87.1º 0.81% 0.3% -
XYZ 4.01 6 1.4 -
YUV 61.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 49 77 15 0.36 0 0.81 0.70 87.1 0.67 0.18
Hex 31 4D F 24 0 51 46 57 43 12
Octal 61 115 17 44 0 121 106 127 103 22
Binary 110001 1001101 1111 100100 0 1010001 1000110 1010111 1000011 10010

Color Harmonies of #314D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D0F

Black with #314D0F

Text Example


Text Example

White with #314D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,77,15); }

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

background-color css

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

 a { background-color: rgb(49,77,15); }

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

border-color css

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

 span { border-color: rgb(49,77,15); }

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