Html Css Color HEX #313D15 Turtle Green

📋 copy color: '#313D15'

red 49 ◦ green 61 ◦ blue 21

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

Shades of Turtle Green #313D15

Tints of Turtle Green #313D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.56%

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

R = 37.4%
G = 46.56%
B = 16.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#313D15 (or 0x313D15) is known color: Turtle Green. HEX triplet: 31, 3D and 15. RGB value is (49,61,21). Sum of RGB (Red+Green+Blue) = 49+61+21=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #313D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D15 is #CEC2EA. Grayscale: #353535. Windows color (decimal): -13550315 or 1391921. OLE color: 1391921.

HSL color Cylindrical-coordinate representation of color #313D15: hue angle of 78º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313D15 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 61 21 -
CMYK 0.20 0 0.66 0.76
HSL 78º 0.49% 0.16% -
HSV(B) 78º 0.66% 0.24% -
XYZ 3.07 4.04 1.33 -
YUV 52.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 49 61 21 0.20 0 0.66 0.76 78 0.49 0.16
Hex 31 3D 15 14 0 42 4C 4E 31 10
Octal 61 75 25 24 0 102 114 116 61 20
Binary 110001 111101 10101 10100 0 1000010 1001100 1001110 110001 10000

Color Harmonies of #313D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D15

Black with #313D15

Text Example


Text Example

White with #313D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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