Html Css Color HEX #314815 Turtle Green

📋 copy color: '#314815'

red 49 ◦ green 72 ◦ blue 21

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

Shades of Turtle Green #314815

Tints of Turtle Green #314815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.7%

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

R = 34.51%
G = 50.7%
B = 14.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#314815 (or 0x314815) is known color: Turtle Green. HEX triplet: 31, 48 and 15. RGB value is (49,72,21). Sum of RGB (Red+Green+Blue) = 49+72+21=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #314815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314815 is #CEB7EA. Grayscale: #3B3B3B. Windows color (decimal): -13547499 or 1394737. OLE color: 1394737.

HSL color Cylindrical-coordinate representation of color #314815: hue angle of 87.06º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314815 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 21 -
CMYK 0.32 0 0.71 0.72
HSL 87.06º 0.55% 0.18% -
HSV(B) 87.06º 0.71% 0.28% -
XYZ 3.72 5.34 1.54 -
YUV 59.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 49 72 21 0.32 0 0.71 0.72 87.06 0.55 0.18
Hex 31 48 15 20 0 47 48 57 37 12
Octal 61 110 25 40 0 107 110 127 67 22
Binary 110001 1001000 10101 100000 0 1000111 1001000 1010111 110111 10010

Color Harmonies of #314815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314815

Black with #314815

Text Example


Text Example

White with #314815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314815; }

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

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

background-color css

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

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

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

border-color css

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

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

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