Html Css Color HEX #314513 Turtle Green

📋 copy color: '#314513'

red 49 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #314513

Tints of Turtle Green #314513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.36%

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 35.77%
G = 50.36%
B = 13.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#314513 (or 0x314513) is known color: Turtle Green. HEX triplet: 31, 45 and 13. RGB value is (49,69,19). Sum of RGB (Red+Green+Blue) = 49+69+19=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #314513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314513 is #CEBAEC. Grayscale: #393939. Windows color (decimal): -13548269 or 1262897. OLE color: 1262897.

HSL color Cylindrical-coordinate representation of color #314513: hue angle of 84º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314513 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 19 -
CMYK 0.29 0 0.72 0.73
HSL 84º 0.57% 0.17% -
HSV(B) 84º 0.72% 0.27% -
XYZ 3.51 4.96 1.39 -
YUV 57.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 49 69 19 0.29 0 0.72 0.73 84 0.57 0.17
Hex 31 45 13 1D 0 48 49 54 39 11
Octal 61 105 23 35 0 110 111 124 71 21
Binary 110001 1000101 10011 11101 0 1001000 1001001 1010100 111001 10001

Color Harmonies of #314513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314513

Black with #314513

Text Example


Text Example

White with #314513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314513; }

 p { color: rgb(49,69,19); }

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

background-color css

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

 a { background-color: rgb(49,69,19); }

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

border-color css

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

 span { border-color: rgb(49,69,19); }

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