Html Css Color HEX #315643 Plantation

📋 copy color: '#315643'

red 49 ◦ green 86 ◦ blue 67

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

Shades of Plantation #315643

Tints of Plantation #315643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 24.26%
G = 42.57%
B = 33.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#315643 (or 0x315643) is known color: Plantation. HEX triplet: 31, 56 and 43. RGB value is (49,86,67). Sum of RGB (Red+Green+Blue) = 49+86+67=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #315643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315643 is #CEA9BC. Grayscale: #484848. Windows color (decimal): -13543869 or 4412977. OLE color: 4412977.

HSL color Cylindrical-coordinate representation of color #315643: hue angle of 149.19º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315643 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 67 -
CMYK 0.43 0 0.22 0.66
HSL 149.19º 0.27% 0.26% -
HSV(B) 149.19º 0.43% 0.34% -
XYZ 5.61 7.71 6.5 -
YUV 72.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 49 86 67 0.43 0 0.22 0.66 149.19 0.27 0.26
Hex 31 56 43 2B 0 16 42 95 1B 1A
Octal 61 126 103 53 0 26 102 225 33 32
Binary 110001 1010110 1000011 101011 0 10110 1000010 10010101 11011 11010

Color Harmonies of #315643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315643

Black with #315643

Text Example


Text Example

White with #315643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315643; }

 p { color: rgb(49,86,67); }

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

background-color css

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

 a { background-color: rgb(49,86,67); }

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

border-color css

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

 span { border-color: rgb(49,86,67); }

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