Html Css Color HEX #313F14 Turtle Green

📋 copy color: '#313F14'

red 49 ◦ green 63 ◦ blue 20

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

Shades of Turtle Green #313F14

Tints of Turtle Green #313F14

RGB

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

 GREEN value IS 63 (25% from 255) = 47.73%

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

R = 37.12%
G = 47.73%
B = 15.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#313F14 (or 0x313F14) is known color: Turtle Green. HEX triplet: 31, 3F and 14. RGB value is (49,63,20). Sum of RGB (Red+Green+Blue) = 49+63+20=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #313F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F14 is #CEC0EB. Grayscale: #363636. Windows color (decimal): -13549804 or 1326897. OLE color: 1326897.

HSL color Cylindrical-coordinate representation of color #313F14: hue angle of 79.53º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313F14 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 63 20 -
CMYK 0.22 0 0.68 0.75
HSL 79.53º 0.52% 0.16% -
HSV(B) 79.53º 0.68% 0.25% -
XYZ 3.17 4.26 1.32 -
YUV 53.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 49 63 20 0.22 0 0.68 0.75 79.53 0.52 0.16
Hex 31 3F 14 16 0 44 4B 50 34 10
Octal 61 77 24 26 0 104 113 120 64 20
Binary 110001 111111 10100 10110 0 1000100 1001011 1010000 110100 10000

Color Harmonies of #313F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F14

Black with #313F14

Text Example


Text Example

White with #313F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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