Html Css Color HEX #313B15 Turtle Green

📋 copy color: '#313B15'

red 49 ◦ green 59 ◦ blue 21

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

Shades of Turtle Green #313B15

Tints of Turtle Green #313B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 37.98%
G = 45.74%
B = 16.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#313B15 (or 0x313B15) is known color: Turtle Green. HEX triplet: 31, 3B and 15. RGB value is (49,59,21). Sum of RGB (Red+Green+Blue) = 49+59+21=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #313B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B15 is #CEC4EA. Grayscale: #333333. Windows color (decimal): -13550827 or 1391409. OLE color: 1391409.

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

Color convert

RGB 49 59 21 -
CMYK 0.17 0 0.64 0.77
HSL 75.79º 0.48% 0.16% -
HSV(B) 75.79º 0.64% 0.23% -
XYZ 2.97 3.84 1.29 -
YUV 51.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 49 59 21 0.17 0 0.64 0.77 75.79 0.48 0.16
Hex 31 3B 15 11 0 40 4D 4C 30 10
Octal 61 73 25 21 0 100 115 114 60 20
Binary 110001 111011 10101 10001 0 1000000 1001101 1001100 110000 10000

Color Harmonies of #313B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B15

Black with #313B15

Text Example


Text Example

White with #313B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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