Html Css Color HEX #313C0F Turtle Green

📋 copy color: '#313C0F'

red 49 ◦ green 60 ◦ blue 15

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

Shades of Turtle Green #313C0F

Tints of Turtle Green #313C0F

RGB

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

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

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

R = 39.52%
G = 48.39%
B = 12.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#313C0F (or 0x313C0F) is known color: Turtle Green. HEX triplet: 31, 3C and 0F. RGB value is (49,60,15). Sum of RGB (Red+Green+Blue) = 49+60+15=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #313C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C0F is #CEC3F0. Grayscale: #333333. Windows color (decimal): -13550577 or 998449. OLE color: 998449.

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

Color convert

RGB 49 60 15 -
CMYK 0.18 0 0.75 0.76
HSL 74.67º 0.6% 0.15% -
HSV(B) 74.67º 0.75% 0.24% -
XYZ 2.97 3.92 1.05 -
YUV 51.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 49 60 15 0.18 0 0.75 0.76 74.67 0.6 0.15
Hex 31 3C F 12 0 4B 4C 4B 3C F
Octal 61 74 17 22 0 113 114 113 74 17
Binary 110001 111100 1111 10010 0 1001011 1001100 1001011 111100 1111

Color Harmonies of #313C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C0F

Black with #313C0F

Text Example


Text Example

White with #313C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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