Html Css Color HEX #313815 Turtle Green

📋 copy color: '#313815'

red 49 ◦ green 56 ◦ blue 21

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

Shades of Turtle Green #313815

Tints of Turtle Green #313815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

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

R = 38.89%
G = 44.44%
B = 16.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#313815 (or 0x313815) is known color: Turtle Green. HEX triplet: 31, 38 and 15. RGB value is (49,56,21). Sum of RGB (Red+Green+Blue) = 49+56+21=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #313815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313815 is #CEC7EA. Grayscale: #323232. Windows color (decimal): -13551595 or 1390641. OLE color: 1390641.

HSL color Cylindrical-coordinate representation of color #313815: hue angle of 72º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313815 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 21 -
CMYK 0.12 0 0.63 0.78
HSL 72º 0.45% 0.15% -
HSV(B) 72º 0.63% 0.22% -
XYZ 2.82 3.54 1.24 -
YUV 49.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 49 56 21 0.12 0 0.63 0.78 72 0.45 0.15
Hex 31 38 15 C 0 3F 4E 48 2D F
Octal 61 70 25 14 0 77 116 110 55 17
Binary 110001 111000 10101 1100 0 111111 1001110 1001000 101101 1111

Color Harmonies of #313815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313815

Black with #313815

Text Example


Text Example

White with #313815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313815; }

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

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

background-color css

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

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

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

border-color css

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

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

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