Html Css Color HEX #313C14 Turtle Green

📋 copy color: '#313C14'

red 49 ◦ green 60 ◦ blue 20

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

Shades of Turtle Green #313C14

Tints of Turtle Green #313C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.51%

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

R = 37.98%
G = 46.51%
B = 15.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#313C14 (or 0x313C14) is known color: Turtle Green. HEX triplet: 31, 3C and 14. RGB value is (49,60,20). Sum of RGB (Red+Green+Blue) = 49+60+20=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #313C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C14 is #CEC3EB. Grayscale: #343434. Windows color (decimal): -13550572 or 1326129. OLE color: 1326129.

HSL color Cylindrical-coordinate representation of color #313C14: hue angle of 76.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313C14 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 60 20 -
CMYK 0.18 0 0.67 0.76
HSL 76.5º 0.5% 0.16% -
HSV(B) 76.5º 0.67% 0.24% -
XYZ 3.01 3.94 1.26 -
YUV 52.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 49 60 20 0.18 0 0.67 0.76 76.5 0.5 0.16
Hex 31 3C 14 12 0 43 4C 4C 32 10
Octal 61 74 24 22 0 103 114 114 62 20
Binary 110001 111100 10100 10010 0 1000011 1001100 1001100 110010 10000

Color Harmonies of #313C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C14

Black with #313C14

Text Example


Text Example

White with #313C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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