Html Css Color HEX #313B19 Turtle Green

📋 copy color: '#313B19'

red 49 ◦ green 59 ◦ blue 25

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

Shades of Turtle Green #313B19

Tints of Turtle Green #313B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 36.84%
G = 44.36%
B = 18.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#313B19 (or 0x313B19) is known color: Turtle Green. HEX triplet: 31, 3B and 19. RGB value is (49,59,25). Sum of RGB (Red+Green+Blue) = 49+59+25=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #313B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B19 is #CEC4E6. Grayscale: #343434. Windows color (decimal): -13550823 or 1653553. OLE color: 1653553.

HSL color Cylindrical-coordinate representation of color #313B19: hue angle of 77.65º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313B19 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 59 25 -
CMYK 0.17 0 0.58 0.77
HSL 77.65º 0.4% 0.16% -
HSV(B) 77.65º 0.58% 0.23% -
XYZ 3.01 3.85 1.5 -
YUV 52.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 49 59 25 0.17 0 0.58 0.77 77.65 0.4 0.16
Hex 31 3B 19 11 0 3A 4D 4E 28 10
Octal 61 73 31 21 0 72 115 116 50 20
Binary 110001 111011 11001 10001 0 111010 1001101 1001110 101000 10000

Color Harmonies of #313B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B19

Black with #313B19

Text Example


Text Example

White with #313B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,59,25); }

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

background-color css

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

 a { background-color: rgb(49,59,25); }

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

border-color css

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

 span { border-color: rgb(49,59,25); }

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