Html Css Color HEX #313F11 Turtle Green

📋 copy color: '#313F11'

red 49 ◦ green 63 ◦ blue 17

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

Shades of Turtle Green #313F11

Tints of Turtle Green #313F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 37.98%
G = 48.84%
B = 13.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#313F11 (or 0x313F11) is known color: Turtle Green. HEX triplet: 31, 3F and 11. RGB value is (49,63,17). Sum of RGB (Red+Green+Blue) = 49+63+17=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #313F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F11 is #CEC0EE. Grayscale: #353535. Windows color (decimal): -13549807 or 1130289. OLE color: 1130289.

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

Color convert

RGB 49 63 17 -
CMYK 0.22 0 0.73 0.75
HSL 78.26º 0.58% 0.16% -
HSV(B) 78.26º 0.73% 0.25% -
XYZ 3.15 4.25 1.18 -
YUV 53.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 49 63 17 0.22 0 0.73 0.75 78.26 0.58 0.16
Hex 31 3F 11 16 0 49 4B 4E 3A 10
Octal 61 77 21 26 0 111 113 116 72 20
Binary 110001 111111 10001 10110 0 1001001 1001011 1001110 111010 10000

Color Harmonies of #313F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F11

Black with #313F11

Text Example


Text Example

White with #313F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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