Html Css Color HEX #313F18 Turtle Green

📋 copy color: '#313F18'

red 49 ◦ green 63 ◦ blue 24

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

Shades of Turtle Green #313F18

Tints of Turtle Green #313F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 36.03%
G = 46.32%
B = 17.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#313F18 (or 0x313F18) is known color: Turtle Green. HEX triplet: 31, 3F and 18. RGB value is (49,63,24). Sum of RGB (Red+Green+Blue) = 49+63+24=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #313F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F18 is #CEC0E7. Grayscale: #363636. Windows color (decimal): -13549800 or 1589041. OLE color: 1589041.

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

Color convert

RGB 49 63 24 -
CMYK 0.22 0 0.62 0.75
HSL 81.54º 0.45% 0.17% -
HSV(B) 81.54º 0.62% 0.25% -
XYZ 3.21 4.27 1.52 -
YUV 54.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 49 63 24 0.22 0 0.62 0.75 81.54 0.45 0.17
Hex 31 3F 18 16 0 3E 4B 52 2D 11
Octal 61 77 30 26 0 76 113 122 55 21
Binary 110001 111111 11000 10110 0 111110 1001011 1010010 101101 10001

Color Harmonies of #313F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F18

Black with #313F18

Text Example


Text Example

White with #313F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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