Html Css Color HEX #315946 Plantation

📋 copy color: '#315946'

red 49 ◦ green 89 ◦ blue 70

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

Shades of Plantation #315946

Tints of Plantation #315946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 23.56%
G = 42.79%
B = 33.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#315946 (or 0x315946) is known color: Plantation. HEX triplet: 31, 59 and 46. RGB value is (49,89,70). Sum of RGB (Red+Green+Blue) = 49+89+70=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #315946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315946 is #CEA6B9. Grayscale: #4A4A4A. Windows color (decimal): -13543098 or 4610353. OLE color: 4610353.

HSL color Cylindrical-coordinate representation of color #315946: hue angle of 151.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315946 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 70 -
CMYK 0.45 0 0.21 0.65
HSL 151.5º 0.29% 0.27% -
HSV(B) 151.5º 0.45% 0.35% -
XYZ 5.94 8.24 7.07 -
YUV 74.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 49 89 70 0.45 0 0.21 0.65 151.5 0.29 0.27
Hex 31 59 46 2D 0 15 41 98 1D 1B
Octal 61 131 106 55 0 25 101 230 35 33
Binary 110001 1011001 1000110 101101 0 10101 1000001 10011000 11101 11011

Color Harmonies of #315946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315946

Black with #315946

Text Example


Text Example

White with #315946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315946; }

 p { color: rgb(49,89,70); }

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

background-color css

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

 a { background-color: rgb(49,89,70); }

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

border-color css

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

 span { border-color: rgb(49,89,70); }

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