Html Css Color HEX #313F16 Turtle Green

📋 copy color: '#313F16'

red 49 ◦ green 63 ◦ blue 22

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

Shades of Turtle Green #313F16

Tints of Turtle Green #313F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 36.57%
G = 47.01%
B = 16.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#313F16 (or 0x313F16) is known color: Turtle Green. HEX triplet: 31, 3F and 16. RGB value is (49,63,22). Sum of RGB (Red+Green+Blue) = 49+63+22=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #313F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F16 is #CEC0E9. Grayscale: #363636. Windows color (decimal): -13549802 or 1457969. OLE color: 1457969.

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

Color convert

RGB 49 63 22 -
CMYK 0.22 0 0.65 0.75
HSL 80.49º 0.48% 0.17% -
HSV(B) 80.49º 0.65% 0.25% -
XYZ 3.19 4.27 1.41 -
YUV 54.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 49 63 22 0.22 0 0.65 0.75 80.49 0.48 0.17
Hex 31 3F 16 16 0 41 4B 50 30 11
Octal 61 77 26 26 0 101 113 120 60 21
Binary 110001 111111 10110 10110 0 1000001 1001011 1010000 110000 10001

Color Harmonies of #313F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F16

Black with #313F16

Text Example


Text Example

White with #313F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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