Html Css Color HEX #313714 Turtle Green

📋 copy color: '#313714'

red 49 ◦ green 55 ◦ blue 20

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

Shades of Turtle Green #313714

Tints of Turtle Green #313714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 39.52%
G = 44.35%
B = 16.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#313714 (or 0x313714) is known color: Turtle Green. HEX triplet: 31, 37 and 14. RGB value is (49,55,20). Sum of RGB (Red+Green+Blue) = 49+55+20=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #313714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313714 is #CEC8EB. Grayscale: #313131. Windows color (decimal): -13551852 or 1324849. OLE color: 1324849.

HSL color Cylindrical-coordinate representation of color #313714: hue angle of 70.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313714 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 20 -
CMYK 0.11 0 0.64 0.78
HSL 70.29º 0.47% 0.15% -
HSV(B) 70.29º 0.64% 0.22% -
XYZ 2.76 3.44 1.18 -
YUV 49.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 49 55 20 0.11 0 0.64 0.78 70.29 0.47 0.15
Hex 31 37 14 B 0 40 4E 46 2F F
Octal 61 67 24 13 0 100 116 106 57 17
Binary 110001 110111 10100 1011 0 1000000 1001110 1000110 101111 1111

Color Harmonies of #313714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313714

Black with #313714

Text Example


Text Example

White with #313714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313714; }

 p { color: rgb(49,55,20); }

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

background-color css

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

 a { background-color: rgb(49,55,20); }

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

border-color css

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

 span { border-color: rgb(49,55,20); }

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